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:42 UTC

[06/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/2e4e00bd
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/2e4e00bd
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/2e4e00bd

Branch: refs/heads/branch_4x
Commit: 2e4e00bd7e9f2e27b5654c74dc314aa1020fce24
Parents: 06f5d4b
Author: James Blair <jm...@gmail.com>
Authored: Thu Jul 11 16:33:31 2013 -0400
Committer: James Blair <jm...@gmail.com>
Committed: Thu Jul 11 16:33:31 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/2e4e00bd/test/core/Lucene.Net.Test.csproj
----------------------------------------------------------------------
diff --git a/test/core/Lucene.Net.Test.csproj b/test/core/Lucene.Net.Test.csproj
index 1426b60..89f6ca3 100644
--- a/test/core/Lucene.Net.Test.csproj
+++ b/test/core/Lucene.Net.Test.csproj
@@ -546,8 +546,13 @@
     <Compile Include="Util\TestDoubleBarrelLRUCache.cs" />
     <Compile Include="Util\TestFieldCacheSanityChecker.cs" />
     <Compile Include="Util\TestIndexableBinaryStringTools.cs" />
+    <Compile Include="Util\TestIntsRef.cs" />
+    <Compile Include="Util\TestIOUtils.cs" />
+    <Compile Include="Util\TestMaxFailureRule.cs" />
+    <Compile Include="Util\TestNamedSPILoader.cs" />
     <Compile Include="Util\TestNumericUtils.cs" />
     <Compile Include="Util\TestOpenBitSet.cs" />
+    <Compile Include="Util\TestPagedBytes.cs" />
     <Compile Include="Util\TestPriorityQueue.cs">
       <SubType>Code</SubType>
     </Compile>