Author: gbayon
Date: Wed Jan 11 09:27:06 2006
New Revision: 368068

URL: http://svn.apache.org/viewcvs?rev=368068&view=rev
Log:
Test svn:keyword

Modified:
    
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/BaseTest.cs
    
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/CacheTest.cs
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SessionHolder.cs

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/BaseTest.cs
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/BaseTest.cs?rev=368068&r1=368067&r2=368068&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/BaseTest.cs 
(original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/BaseTest.cs 
Wed Jan 11 09:27:06 2006
@@ -25,6 +25,7 @@
        /// <summary>
        /// Summary description for BaseTest.
        /// </summary>
+       [TestFixture] 
        public abstract class BaseTest
        {
                /// <summary>
@@ -49,7 +50,7 @@
                /// Initialize an sqlMap
                /// </summary>
                [TestFixtureSetUp]
-               protected void InitSqlMap()
+               protected virtual void SetUpFixture()
                {
                        //DateTime start = DateTime.Now;
 
@@ -78,12 +79,20 @@
                /// Dispose the SqlMap
                /// </summary>
                [TestFixtureTearDown]
-               protected void DisposeSqlMap()
+               protected virtual void TearDownFixture()
                {
                        sqlMap = null;
                }
 
-
+//             [SetUp]
+//             public virtual void SetUp()
+//             {
+//             }
+//
+//             [TearDown]
+//             public virtual void TearDown()
+//             {
+//             }
 
                protected static string Normal(string key)
                {

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/CacheTest.cs
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/CacheTest.cs?rev=368068&r1=368067&r2=368068&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/CacheTest.cs 
(original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/CacheTest.cs 
Wed Jan 11 09:27:06 2006
@@ -1,6 +1,4 @@
 
-
-//<-- To access the definition of the deleagte RowDelegate
 using System;
 using System.Collections;
 using System.Threading;

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SessionHolder.cs
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SessionHolder.cs?rev=368068&r1=368067&r2=368068&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SessionHolder.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SessionHolder.cs Wed Jan 11 
09:27:06 2006
@@ -1,12 +1,12 @@
 
 #region Apache Notice
 /*****************************************************************************
- * $Header: $
  * $Revision: $
- * $Date: $
+ * $LastChangedDate: $
+ * $LastChangedBy: $
  * 
  * iBATIS.NET Data Mapper
- * Copyright (C) 2004 - Gilles Bayon
+ * Copyright (C) 2005, 2006 The Apache Software Foundation
  *  
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");


Reply via email to