You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by di...@apache.org on 2011/03/21 22:43:34 UTC

[Lucene.Net] svn commit: r1083974 - /incubator/lucene.net/trunk/C#/src/Test/Test.csproj

Author: digy
Date: Mon Mar 21 21:43:34 2011
New Revision: 1083974

URL: http://svn.apache.org/viewvc?rev=1083974&view=rev
Log:
[LUCENENET-399] updated Test.csproj for new files.

Modified:
    incubator/lucene.net/trunk/C#/src/Test/Test.csproj

Modified: incubator/lucene.net/trunk/C#/src/Test/Test.csproj
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Test/Test.csproj?rev=1083974&r1=1083973&r2=1083974&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/Test.csproj (original)
+++ incubator/lucene.net/trunk/C#/src/Test/Test.csproj Mon Mar 21 21:43:34 2011
@@ -202,6 +202,10 @@
     <Compile Include="Index\TestIndexReaderCloneNorms.cs" />
     <Compile Include="Index\TestIndexReaderReopen.cs" />
     <Compile Include="Index\TestIndexWriter.cs" />
+	<Compile Include="Index\TestSnapshotDeletionPolicy.cs" />
+	<Compile Include="Index\TestIsCurrent.cs" />
+	<Compile Include="Index\TestNewestSegment.cs" />
+	<Compile Include="Index\TestRollback.cs" />
     <Compile Include="Index\TestIndexWriterDelete.cs">
       <SubType>Code</SubType>
     </Compile>
@@ -426,7 +430,6 @@
     <Compile Include="TestSearchForDuplicates.cs">
       <SubType>Code</SubType>
     </Compile>
-    <Compile Include="TestSnapshotDeletionPolicy.cs" />
     <Compile Include="TestSupportClass.cs" />
     <Compile Include="Util\ArrayUtilTest.cs" />
     <Compile Include="Util\Cache\TestSimpleLRUCache.cs" />