remove $Id keyword
This commit is contained in:
@@ -41,7 +41,6 @@ namespace Spring.Data
|
||||
/// This class contains tests for AdoPlatformTransactionManager
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: AdoPlatformTransactionManagerTests.cs,v 1.8 2007/12/07 07:31:05 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class AdoPlatformTransactionManagerTests
|
||||
{
|
||||
|
||||
@@ -41,7 +41,6 @@ namespace Spring.Data
|
||||
/// of transaction attributes.
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack (.NET)</author>
|
||||
/// <version>$Id: AutoDeclarativeTxTests.cs,v 1.4 2007/08/21 19:26:04 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class AutoDeclarativeTxTests
|
||||
{
|
||||
|
||||
@@ -33,7 +33,6 @@ namespace Spring.Data.Common
|
||||
/// This class contains tests for DbParameters
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: DbParametersTests.cs,v 1.3 2007/12/06 06:58:54 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class DbParametersTests
|
||||
{
|
||||
|
||||
@@ -34,7 +34,6 @@ namespace Spring.Data.Common
|
||||
/// Test for loading of DbProviders
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack (.NET)</author>
|
||||
/// <version>$Id: DbProviderFactoryTests.cs,v 1.13 2008/04/02 19:37:20 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class DbProviderFactoryTests
|
||||
{
|
||||
|
||||
@@ -32,7 +32,6 @@ namespace Spring.Data.Common
|
||||
/// This class contains tests for UserCredentialsDbProvider
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: UserCredentialsDbProviderTests.cs,v 1.1 2008/01/29 18:17:48 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class UserCredentialsDbProviderTests
|
||||
{
|
||||
|
||||
@@ -39,7 +39,6 @@ namespace Spring.Data.Core
|
||||
/// This class contains tests for ServiceDomainTransactionManager
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: ServiceDomainTransactionManagerTests.cs,v 1.5 2007/12/07 07:31:05 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class ServiceDomainTransactionManagerTests
|
||||
{
|
||||
|
||||
@@ -39,7 +39,6 @@ namespace Spring.Data.Core
|
||||
/// but does not access any database
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: TxScopeTransactionManagerIntegrationTests.cs,v 1.1 2007/11/30 18:38:59 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class TxScopeTransactionManagerIntegrationTests
|
||||
{
|
||||
|
||||
@@ -38,7 +38,6 @@ namespace Spring.Data.Core
|
||||
/// This calss contains tests for
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: TxScopeTransactionManagerTests.cs,v 1.3 2007/12/07 07:31:05 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class TxScopeTransactionManagerTests
|
||||
{
|
||||
|
||||
@@ -52,7 +52,6 @@ namespace Spring.Data.Objects
|
||||
/// Tests for AdoOperation
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: AdoOperationTests.cs,v 1.1 2008/05/30 21:10:00 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class AdoOperationTests
|
||||
{
|
||||
|
||||
@@ -55,7 +55,6 @@ namespace Spring.Data.Objects
|
||||
/// Tests for AdoQuery
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: AdoQueryTests.cs,v 1.4 2008/05/30 21:10:00 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class AdoQueryTests : AbstractAdoQueryTests
|
||||
{
|
||||
|
||||
@@ -54,7 +54,6 @@ namespace Spring.Data.Objects
|
||||
/// Tests for StoredProcedure
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: StoredProcedureTests.cs,v 1.1 2008/05/30 21:10:00 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class StoredProcedureTests : AbstractAdoQueryTests
|
||||
{
|
||||
|
||||
@@ -36,7 +36,6 @@ namespace Spring.Data
|
||||
/// Group together multiple ITestObjectDao operations.
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack (.NET)</author>
|
||||
/// <version>$Id: TestObjectMgr.cs,v 1.3 2007/10/21 18:32:41 markpollack Exp $</version>
|
||||
public class TestObjectMgr : ITestObjectMgr
|
||||
{
|
||||
#region Fields
|
||||
|
||||
@@ -33,7 +33,6 @@ namespace Spring
|
||||
/// Unit tests for all of the exception classes in the Spring.Data library...
|
||||
/// </summary>
|
||||
/// <author>Rick Evans</author>
|
||||
/// <version>$Id: DataExceptionTests.cs,v 1.6 2006/05/18 21:37:53 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public sealed class DataExceptionTests : ExceptionsTest
|
||||
{
|
||||
|
||||
@@ -36,7 +36,6 @@ namespace Spring.Support
|
||||
/// Test the database exception translation.
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack (.NET)</author>
|
||||
/// <version>$Id: ErrorCodeExceptionTranslatorTests.cs,v 1.8 2007/12/06 20:14:39 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class ErrorCodeExceptionTranslatorTests
|
||||
{
|
||||
|
||||
@@ -32,7 +32,6 @@ namespace Spring.Support
|
||||
/// A fake provider class used to test exception translation functionality
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack (.NET)</author>
|
||||
/// <version>$Id: TestDbProvider.cs,v 1.11 2007/12/06 05:48:32 markpollack Exp $</version>
|
||||
public class TestDbProvider : IDbProvider
|
||||
{
|
||||
private string connectionString;
|
||||
|
||||
@@ -31,7 +31,6 @@ namespace Spring.Support
|
||||
/// A simple exception class to test exception translation functionality
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack (.NET)</author>
|
||||
/// <version>$Id: TestSqlException.cs,v 1.2 2006/06/26 18:57:31 markpollack Exp $</version>
|
||||
[Serializable]
|
||||
public class TestSqlException : Exception
|
||||
{
|
||||
|
||||
@@ -27,7 +27,6 @@ namespace Spring.Transaction
|
||||
/// have been called.
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: CallCountingTransactionManager.cs,v 1.1 2007/05/26 00:43:07 markpollack Exp $</version>
|
||||
public class CallCountingTransactionManager : AbstractPlatformTransactionManager
|
||||
{
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@ namespace Spring.Transaction.Interceptor
|
||||
/// Mock object based tests for transaction aspects.
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: AbstractTransactionAspectTests.cs,v 1.5 2007/10/21 18:16:58 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public abstract class AbstractTransactionAspectTests
|
||||
{
|
||||
|
||||
@@ -12,7 +12,6 @@ namespace Spring.Transaction.Interceptor
|
||||
/// Test MatchAlwaysTransactionAttributeSourceTests
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: MatchAlwaysTransactionAttributeSourceTests.cs,v 1.7 2008/05/27 19:07:03 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class MatchAlwaysTransactionAttributeSourceTests
|
||||
{
|
||||
|
||||
@@ -33,7 +33,6 @@ namespace Spring.Transaction.Interceptor
|
||||
/// <see cref="ITransactionAttributeSource"/> implementations.
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: TransactionAttributeSourceTests.cs,v 1.1 2008/05/27 19:07:03 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class TransactionAttributeSourceTests
|
||||
{
|
||||
|
||||
@@ -31,7 +31,6 @@ namespace Spring.Transaction.Interceptor
|
||||
/// This class contains mock objects tests the TransactionInterceptor
|
||||
/// </summary>
|
||||
/// <author>Mark Pollack</author>
|
||||
/// <version>$Id: TransactionInterceptorTests.cs,v 1.3 2007/10/21 18:16:58 markpollack Exp $</version>
|
||||
[TestFixture]
|
||||
public class TransactionInterceptorTests : AbstractTransactionAspectTests
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user