Update of /cvsroot/adapdev/Adapdev/src/Adapdev.Cache.Tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28755/src/Adapdev.Cache.Tests
Modified Files:
AbstractICacheTest.cs Adapdev.Cache.Tests.csproj
Log Message:
Updated OracleSelectQuery to properly handle SetLimit
Updated CrypoTests to pass
Modified SmartTreeView to track state of nodes across reloads
Small modifications to the caching block
Index: AbstractICacheTest.cs
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.Cache.Tests/AbstractICacheTest.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AbstractICacheTest.cs 25 May 2005 05:17:46 -0000 1.1
--- AbstractICacheTest.cs 2 Jun 2005 03:25:59 -0000 1.2
***************
*** 154,158 ****
[Test]
! public void Copy()
{
ICache source = this.GetCache();
--- 154,158 ----
[Test]
! public virtual void Copy()
{
ICache source = this.GetCache();
Index: Adapdev.Cache.Tests.csproj
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.Cache.Tests/Adapdev.Cache.Tests.csproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Adapdev.Cache.Tests.csproj 25 May 2005 05:17:46 -0000 1.4
--- Adapdev.Cache.Tests.csproj 2 Jun 2005 03:25:59 -0000 1.5
***************
*** 121,124 ****
--- 121,129 ----
/>
<File
+ RelPath = "CacheStatsTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "CacheUtilTest.cs"
SubType = "Code"
|