[Adapdev-commits] Adapdev/src/Adapdev.Tests Adapdev.Tests.csproj,1.5,1.6
Status: Beta
Brought to you by:
intesar66
From: Sean M. <int...@us...> - 2005-06-02 03:26:09
|
Update of /cvsroot/adapdev/Adapdev/src/Adapdev.Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28755/src/Adapdev.Tests Modified Files: Adapdev.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: Adapdev.Tests.csproj =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.Tests/Adapdev.Tests.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Adapdev.Tests.csproj 26 May 2005 01:54:39 -0000 1.5 --- Adapdev.Tests.csproj 2 Jun 2005 03:26:00 -0000 1.6 *************** *** 165,168 **** --- 165,213 ---- BuildAction = "Compile" /> + <File + RelPath = "Text\Indexing\FullTextSearchTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\RegExFilterTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\SearchResultTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\SpecialCharactersFilterTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\StringTokenizerTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\TokenAssertions.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\TokenLengthFilterTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Text\Indexing\WordFilterTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "XPath\XPathObjectNavigatorTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> </Include> </Files> |