remove $Id keyword
This commit is contained in:
@@ -36,7 +36,6 @@ namespace Spring.Testing.NUnit.Another
|
||||
/// assembly.
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: LoadAppContextTests.cs,v 1.3 2007/08/25 14:26:35 oakinger Exp $</version>
|
||||
[TestFixture]
|
||||
public class LoadAppContextTests : BaseTestAppContextTests
|
||||
{
|
||||
|
||||
@@ -29,7 +29,6 @@ namespace Spring.Testing.NUnit
|
||||
///
|
||||
/// </remarks>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: BaseTestAppContextTests.cs,v 1.1 2007/08/20 18:38:11 markpollack Exp $</version>
|
||||
public class BaseTestAppContextTests : AbstractTransactionalDbProviderSpringContextTests
|
||||
{
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@ namespace Spring.Testing.NUnit
|
||||
/// NUnit. The first one should be LoadAppContextTests.
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: CachedAppContextTests.cs,v 1.2 2007/08/21 19:26:14 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class CachedAppContextTests : BaseTestAppContextTests
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user