remove $Id keyword
This commit is contained in:
@@ -36,7 +36,6 @@ namespace Spring.Data.NHibernate.Config
|
||||
/// This class contains tests for
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: AopConfiguration.cs,v 1.2 2007/08/01 17:51:58 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class AopConfiguration
|
||||
{
|
||||
|
||||
@@ -42,7 +42,6 @@ namespace Spring.Data.NHibernate
|
||||
/// This class contains tests for the HibernateTransactionManager
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: HibernateTransactionManagerTests.cs,v 1.5 2008/01/29 20:07:38 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class HibernateTransactionManagerTests
|
||||
{
|
||||
|
||||
@@ -25,7 +25,6 @@ namespace Spring.Data.NHibernate
|
||||
/// TODO:
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack (.NET)</author>
|
||||
/// <version>$Id: ITestObjectDao.cs,v 1.1 2007/07/18 18:44:57 oakinger Exp $</version>
|
||||
public interface ITestObjectDao
|
||||
{
|
||||
void Create(TestObject to);
|
||||
|
||||
@@ -35,7 +35,6 @@ namespace Spring.Data.NHibernate
|
||||
/// This class contains tests for LocalSessionFactoryObject
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: LocalSessionFactoryObjectTests.cs,v 1.1 2008/01/29 20:07:18 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class LocalSessionFactoryObjectTests
|
||||
{
|
||||
|
||||
@@ -34,7 +34,6 @@ namespace Spring.Data.NHibernate
|
||||
/// NHibernate based DAO implementation of ITestObjectDAao:
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack (.NET)</author>
|
||||
/// <version>$Id: NHTestObjectDao.cs,v 1.1 2007/07/18 18:44:57 oakinger Exp $</version>
|
||||
public class TestObjectDao : HibernateDaoSupport, ITestObjectDao
|
||||
{
|
||||
|
||||
|
||||
@@ -23,14 +23,6 @@ using Spring.Transaction.Interceptor;
|
||||
|
||||
namespace Spring.Data.NHibernate
|
||||
{
|
||||
/// <summary>
|
||||
/// This is
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
///
|
||||
/// </remarks>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: SimpleService.cs,v 1.1 2007/07/18 18:44:57 oakinger Exp $</version>
|
||||
public class SimpleService : ISimpleService
|
||||
{
|
||||
private ITestObjectDao testObjectDao;
|
||||
|
||||
@@ -36,7 +36,6 @@ namespace Spring.Data.NHibernate.Support
|
||||
/// Tests <see cref="ConfigSectionSessionScopeSettings"/> behaviour.
|
||||
/// </summary>
|
||||
/// <author>Erich Eichinger</author>
|
||||
/// <version>$Id: ConfigSectionSessionScopeSettingsTests.cs,v 1.1 2007/08/22 20:17:43 oakinger Exp $</version>
|
||||
[TestFixture]
|
||||
public class ConfigSectionSessionScopeSettingsTests
|
||||
{
|
||||
|
||||
@@ -33,7 +33,6 @@ namespace Spring.Data.NHibernate.Support
|
||||
/// Tests <see cref="SessionScopeSettings"/> functionality.
|
||||
/// </summary>
|
||||
/// <author>Erich Eichinger</author>
|
||||
/// <version>$Id: SessionScopeSettingsTests.cs,v 1.2 2008/04/25 13:25:09 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class SessionScopeSettingsTests
|
||||
{
|
||||
|
||||
@@ -34,7 +34,6 @@ namespace Spring.Data.NHibernate.Support
|
||||
/// Tests for SessionScope
|
||||
/// </summary>
|
||||
/// <author>Erich Eichinger</author>
|
||||
/// <version>$Id: SessionScopeTests.cs,v 1.5 2008/05/13 14:22:47 oakinger Exp $</version>
|
||||
[TestFixture]
|
||||
public class SessionScopeTests
|
||||
{
|
||||
|
||||
@@ -25,7 +25,6 @@ namespace Spring.Data.NHibernate
|
||||
/// TODO:
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack (.NET)</author>
|
||||
/// <version>$Id: TestObject.cs,v 1.1 2007/07/18 18:44:57 oakinger Exp $</version>
|
||||
public class TestObject
|
||||
{
|
||||
#region Fields
|
||||
|
||||
Reference in New Issue
Block a user