remove $Id keyword
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user