You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by mh...@apache.org on 2013/09/24 20:32:48 UTC

[12/50] [abbrv] git commit: Port: csproj checkin

Port: csproj checkin


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/b713f3b7
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/b713f3b7
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/b713f3b7

Branch: refs/heads/branch_4x
Commit: b713f3b7211791f16a69e7f69842381e2eea0cd6
Parents: 14f5ae0
Author: James Blair <jm...@gmail.com>
Authored: Tue Jul 16 17:32:49 2013 -0400
Committer: James Blair <jm...@gmail.com>
Committed: Tue Jul 16 17:32:49 2013 -0400

----------------------------------------------------------------------
 test/core/Lucene.Net.Test.csproj | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/b713f3b7/test/core/Lucene.Net.Test.csproj
----------------------------------------------------------------------
diff --git a/test/core/Lucene.Net.Test.csproj b/test/core/Lucene.Net.Test.csproj
index 8c12684..2544dd6 100644
--- a/test/core/Lucene.Net.Test.csproj
+++ b/test/core/Lucene.Net.Test.csproj
@@ -527,6 +527,14 @@
       <SubType>Code</SubType>
     </Compile>
     <Compile Include="Support\TestSupportClass.cs" />
+    <Compile Include="Util\Automaton\TestBasicOperations.cs" />
+    <Compile Include="Util\Automaton\TestCompiledAutomaton.cs" />
+    <Compile Include="Util\Automaton\TestDeterminism.cs" />
+    <Compile Include="Util\Automaton\TestDeterminizeLexicon.cs" />
+    <Compile Include="Util\Automaton\TestLevenshteinAutomata.cs" />
+    <Compile Include="Util\Automaton\TestMinimize.cs" />
+    <Compile Include="Util\Automaton\TestSpecialOperations.cs" />
+    <Compile Include="Util\Automaton\TestUTF32ToUTF8.cs" />
     <Compile Include="Util\Cache\TestSimpleLRUCache.cs" />
     <Compile Include="Util\English.cs">
       <SubType>Code</SubType>
@@ -571,6 +579,7 @@
     <Compile Include="Util\TestVersion.cs" />
     <Compile Include="Util\TestVersionComparator.cs" />
     <Compile Include="Util\TestVirtualMethod.cs" />
+    <Compile Include="Util\TestWeakIdentityMap.cs" />
     <Compile Include="Util\_TestUtil.cs">
       <SubType>Code</SubType>
     </Compile>
@@ -639,7 +648,6 @@
     <Content Include="UpdatedTests.txt" />
   </ItemGroup>
   <ItemGroup>
-    <Folder Include="Util\Automaton\" />
     <Folder Include="Util\Fst\" />
     <Folder Include="Util\Packed\" />
   </ItemGroup>