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 2016/10/11 18:35:19 UTC

[34/47] lucenenet git commit: Removed Ignore attribute for Core.Index.TestSnapshotDeletionPolicy.TestSnapshotDeletionPolicy_Mem().

Removed Ignore attribute for Core.Index.TestSnapshotDeletionPolicy.TestSnapshotDeletionPolicy_Mem().


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

Branch: refs/heads/master
Commit: 43fa4e52e5403d7ace305bf3d49d04bf204832eb
Parents: 964fca6
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Tue Oct 11 02:06:23 2016 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Wed Oct 12 01:10:54 2016 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Tests/core/Index/TestSnapshotDeletionPolicy.cs | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/43fa4e52/src/Lucene.Net.Tests/core/Index/TestSnapshotDeletionPolicy.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Tests/core/Index/TestSnapshotDeletionPolicy.cs b/src/Lucene.Net.Tests/core/Index/TestSnapshotDeletionPolicy.cs
index bc071b2..073c1c0 100644
--- a/src/Lucene.Net.Tests/core/Index/TestSnapshotDeletionPolicy.cs
+++ b/src/Lucene.Net.Tests/core/Index/TestSnapshotDeletionPolicy.cs
@@ -118,7 +118,6 @@ namespace Lucene.Net.Index
             this.Snapshots = new List<IndexCommit>();
         }
 
-        [Ignore]
         [Test]
         public virtual void TestSnapshotDeletionPolicy_Mem()
         {