remove $Id keyword
This commit is contained in:
@@ -32,7 +32,6 @@ namespace Spring.Threading
|
||||
///
|
||||
/// </summary>
|
||||
/// <author>Erich Eichinger</author>
|
||||
/// <version>$Id: AsyncTestMethod.cs,v 1.2 2008/02/02 10:24:38 oakinger Exp $</version>
|
||||
public class AsyncTestMethod : AsyncTestTask
|
||||
{
|
||||
public delegate object TestMethod(object[] args);
|
||||
|
||||
@@ -31,7 +31,6 @@ namespace Spring.Threading
|
||||
/// Base class for async test operations
|
||||
/// </summary>
|
||||
/// <author>Erich Eichinger</author>
|
||||
/// <version>$Id: AsyncTestTask.cs,v 1.2 2008/02/02 10:24:38 oakinger Exp $</version>
|
||||
public abstract class AsyncTestTask
|
||||
{
|
||||
private Exception exception;
|
||||
|
||||
@@ -30,7 +30,6 @@ namespace Spring.Threading
|
||||
/// Apply common thread-storage tests for <see cref="CallContextStorage"/>
|
||||
/// </summary>
|
||||
/// <author>Erich Eichinger</author>
|
||||
/// <version>$Id: CallContextStorageTests.cs,v 1.1 2007/02/02 21:31:08 oakinger Exp $</version>
|
||||
[TestFixture]
|
||||
public class CallContextStorageTests : CommonThreadStorageTests
|
||||
{
|
||||
|
||||
@@ -32,7 +32,6 @@ namespace Spring.Threading
|
||||
/// Any <see cref="IThreadStorage"/> implementation must pass these tests.
|
||||
/// </summary>
|
||||
/// <author>Erich Eichinger</author>
|
||||
/// <version>$Id: CommonThreadStorageTests.cs,v 1.2 2007/05/14 21:31:32 oakinger Exp $</version>
|
||||
public abstract class CommonThreadStorageTests
|
||||
{
|
||||
protected abstract IThreadStorage CreateStorage();
|
||||
|
||||
@@ -32,7 +32,6 @@ namespace Spring.Threading
|
||||
/// Test behaviour of LogicalThreadContext
|
||||
/// </summary>
|
||||
/// <author>Erich Eichinger</author>
|
||||
/// <version>$Id: LogicalThreadContextTest.cs,v 1.1 2007/02/02 21:31:08 oakinger Exp $</version>
|
||||
[TestFixture]
|
||||
public class LogicalThreadContextTest
|
||||
{
|
||||
|
||||
@@ -30,7 +30,6 @@ namespace Spring.Threading
|
||||
/// Apply common thread-storage tests for <see cref="ThreadStaticStorage"/>
|
||||
/// </summary>
|
||||
/// <author>Erich Eichinger</author>
|
||||
/// <version>$Id: ThreadStaticStorageTests.cs,v 1.1 2007/02/02 21:31:08 oakinger Exp $</version>
|
||||
[TestFixture]
|
||||
public class ThreadStaticStorageTests : CommonThreadStorageTests
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user