You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2017/02/28 12:30:02 UTC

[11/20] lucenenet git commit: Lucene.Net.TestFramework.Index.RandomCodec: Removed IgnoreCodec attribute, which makes RandomCodec replace the Lucene46Codec in the tests.

Lucene.Net.TestFramework.Index.RandomCodec: Removed IgnoreCodec attribute, which makes RandomCodec replace the Lucene46Codec in the tests.


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

Branch: refs/heads/api-work
Commit: 56307f18b1848ef0efadb5ff0fd24c023cf8d12e
Parents: b43c69b
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Tue Feb 28 05:52:07 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Tue Feb 28 05:56:23 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net.TestFramework/Index/RandomCodec.cs | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/56307f18/src/Lucene.Net.TestFramework/Index/RandomCodec.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.TestFramework/Index/RandomCodec.cs b/src/Lucene.Net.TestFramework/Index/RandomCodec.cs
index 0afec03..6ed24d5 100644
--- a/src/Lucene.Net.TestFramework/Index/RandomCodec.cs
+++ b/src/Lucene.Net.TestFramework/Index/RandomCodec.cs
@@ -63,7 +63,6 @@ namespace Lucene.Net.Index
     /// documents in different orders and the test will still be deterministic
     /// and reproducable.
     /// </summary>
-    [IgnoreCodec] // LUCENENET TODO: I believe this codec should be not ignored in the test environment and should be used in place of Lucene46 codec.
     public class RandomCodec : Lucene46Codec
     {
         /// <summary>