Author: rgrabowski
Date: Sun Sep 18 12:27:49 2005
New Revision: 289958

URL: http://svn.apache.org/viewcvs?rev=289958&view=rev
Log:
Fixed typo in cacheStats variable name.

Modified:
    
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/StatementTest.cs

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/StatementTest.cs
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/StatementTest.cs?rev=289958&r1=289957&r2=289958&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/StatementTest.cs
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/StatementTest.cs
 Sun Sep 18 12:27:49 2005
@@ -1182,9 +1182,9 @@
                        int secondId = 
HashCodeProvider.GetIdentityHashCode(list);
                        Assert.AreEqual(firstId, secondId);
 
-                       string cacheStates = sqlMap.GetDataCacheStats();
+                       string cacheStats = sqlMap.GetDataCacheStats();
 
-                       Assert.IsNotNull(cacheStates);
+                       Assert.IsNotNull(cacheStats);
                }
 
                #endregion 


Reply via email to