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

[09/50] [abbrv] git commit: Port: csproj check in

Port: csproj check in


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

Branch: refs/heads/branch_4x
Commit: d9635bfc391f870b53a4ff53220f5a9dbe9af4c0
Parents: f1544d6
Author: James Blair <jm...@gmail.com>
Authored: Thu Jul 11 18:37:30 2013 -0400
Committer: James Blair <jm...@gmail.com>
Committed: Thu Jul 11 18:37:30 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/d9635bfc/test/core/Lucene.Net.Test.csproj
----------------------------------------------------------------------
diff --git a/test/core/Lucene.Net.Test.csproj b/test/core/Lucene.Net.Test.csproj
index 89f6ca3..8c12684 100644
--- a/test/core/Lucene.Net.Test.csproj
+++ b/test/core/Lucene.Net.Test.csproj
@@ -557,15 +557,20 @@
       <SubType>Code</SubType>
     </Compile>
     <Compile Include="Util\TestRamUsageEstimator.cs" />
+    <Compile Include="Util\TestRamUsageEstimatorOnWildAnimals.cs" />
+    <Compile Include="Util\TestRecyclingByteBlockAllocator.cs" />
+    <Compile Include="Util\TestRecyclingIntBlockAllocator.cs" />
+    <Compile Include="Util\TestRollingBuffer.cs" />
+    <Compile Include="Util\TestSentineIntSet.cs" />
+    <Compile Include="Util\TestSetOnce.cs" />
     <Compile Include="Util\TestSmallFloat.cs">
       <SubType>Code</SubType>
     </Compile>
-    <Compile Include="Util\TestSortedVIntList.cs" />
-    <Compile Include="Util\TestStringHelper.cs">
-      <SubType>Code</SubType>
-    </Compile>
-    <Compile Include="Util\TestStringIntern.cs" />
+    <Compile Include="Util\TestSorterTemplate.cs" />
+    <Compile Include="Util\TestUnicodeUtil.cs" />
     <Compile Include="Util\TestVersion.cs" />
+    <Compile Include="Util\TestVersionComparator.cs" />
+    <Compile Include="Util\TestVirtualMethod.cs" />
     <Compile Include="Util\_TestUtil.cs">
       <SubType>Code</SubType>
     </Compile>