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

[15/50] [abbrv] git commit: Merge remote-tracking branch 'jamesblair/lucene_4_3_0' into lucene_4_3_0

Merge remote-tracking branch 'jamesblair/lucene_4_3_0' into lucene_4_3_0


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

Branch: refs/heads/branch_4x
Commit: fc17ce33d593e2677716b84b88d322803e808e6f
Parents: 3fb1334 e02cc69
Author: Paul Irwin <pa...@gmail.com>
Authored: Tue Jul 23 17:33:13 2013 -0400
Committer: Paul Irwin <pa...@gmail.com>
Committed: Tue Jul 23 17:33:13 2013 -0400

----------------------------------------------------------------------
 test/core/Lucene.Net.Test.csproj                |   50 +-
 test/core/Support/RandomExtensions.cs           |   40 +
 test/core/Util/ArrayUtilTest.cs                 |   95 --
 test/core/Util/Automaton/TestBasicOperations.cs |  160 +++
 .../Util/Automaton/TestCompiledAutomaton.cs     |  127 +++
 test/core/Util/Automaton/TestDeterminism.cs     |   69 ++
 .../Util/Automaton/TestDeterminizeLexicon.cs    |   51 +
 .../Util/Automaton/TestLevenshteinAutomata.cs   |  394 +++++++
 test/core/Util/Automaton/TestMinimize.cs        |   51 +
 .../Util/Automaton/TestSpecialOperations.cs     |   38 +
 test/core/Util/Automaton/TestUTF32ToUTF8.cs     |  271 +++++
 test/core/Util/Cache/TestSimpleLRUCache.cs      |   77 --
 test/core/Util/Fst/Test2BFST.cs                 |  335 ++++++
 test/core/Util/Fst/TestBytesStore.cs            |  408 +++++++
 test/core/Util/StressRamUsageEstimator.cs       |  153 +++
 test/core/Util/Test2BPagedBytes.cs              |   62 ++
 test/core/Util/TestArrayUtil.cs                 |  390 +++++++
 test/core/Util/TestAttributeSource.cs           |  120 +-
 test/core/Util/TestBitVector.cs                 |  311 ------
 test/core/Util/TestByteBlockPool.cs             |   59 +
 test/core/Util/TestBytesRef.cs                  |   68 ++
 test/core/Util/TestBytesRefHash.cs              |  187 ++++
 test/core/Util/TestCharsRef.cs                  |  147 +++
 test/core/Util/TestCloseableThreadLocal.cs      |   37 +-
 test/core/Util/TestCollectionUtil.cs            |  186 ++++
 test/core/Util/TestDoubleBarrelLRUCache.cs      |  212 ++++
 test/core/Util/TestFilterIterator.cs            |    5 +
 test/core/Util/TestFixedBitSet.cs               |  373 +++++++
 test/core/Util/TestIOUtils.cs                   |  104 ++
 test/core/Util/TestIdentityHashSet.cs           |   45 +
 test/core/Util/TestIntsRef.cs                   |   33 +
 test/core/Util/TestMaxFailureRule.cs            |   98 ++
 test/core/Util/TestNamedSPILoader.cs            |   32 +
 test/core/Util/TestNumericUtils.cs              | 1040 ++++++++++--------
 test/core/Util/TestOpenBitSet.cs                |  273 +++--
 test/core/Util/TestPagedBytes.cs                |  131 +++
 test/core/Util/TestPriorityQueue.cs             |   40 +-
 test/core/Util/TestRamUsageEstimator.cs         |  167 ++-
 .../Util/TestRamUsageEstimatorOnWildAnimals.cs  |   48 +
 .../Util/TestRecyclingByteBlockAllocator.cs     |  137 +++
 .../core/Util/TestRecyclingIntBlockAllocator.cs |  138 +++
 test/core/Util/TestRollingBuffer.cs             |   83 ++
 test/core/Util/TestSentineIntSet.cs             |   65 ++
 test/core/Util/TestSetOnce.cs                   |  103 ++
 test/core/Util/TestSmallFloat.cs                |  262 +++--
 test/core/Util/TestSortedVIntList.cs            |  244 ----
 test/core/Util/TestSorterTemplate.cs            |  198 ++++
 test/core/Util/TestStringHelper.cs              |   48 -
 test/core/Util/TestStringIntern.cs              |  137 ---
 test/core/Util/TestUnicodeUtil.cs               |  173 +++
 test/core/Util/TestVersion.cs                   |   45 +-
 test/core/Util/TestVersionComparator.cs         |   38 +
 test/core/Util/TestVirtualMethod.cs             |   88 ++
 test/core/Util/TestWeakIdentityMap.cs           |  276 +++++
 54 files changed, 6740 insertions(+), 1782 deletions(-)
----------------------------------------------------------------------