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/23 13:01:50 UTC

[04/50] [abbrv] lucenenet git commit: Added original Ignore message to Core.Util.Test2BPagedBytes

Added original Ignore message to Core.Util.Test2BPagedBytes


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

Branch: refs/heads/master
Commit: 2fdd96085d0577fbd3f5672aac7a07f2d95e9d2f
Parents: 9ed5ba4
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Sun Oct 16 03:15:31 2016 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Thu Oct 20 18:20:50 2016 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Tests/core/Util/Test2BPagedBytes.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/2fdd9608/src/Lucene.Net.Tests/core/Util/Test2BPagedBytes.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Tests/core/Util/Test2BPagedBytes.cs b/src/Lucene.Net.Tests/core/Util/Test2BPagedBytes.cs
index 76089b9..c3229a8 100644
--- a/src/Lucene.Net.Tests/core/Util/Test2BPagedBytes.cs
+++ b/src/Lucene.Net.Tests/core/Util/Test2BPagedBytes.cs
@@ -31,7 +31,7 @@ namespace Lucene.Net.Util
     //using Ignore = org.junit.Ignore;
 
     //ORIGINAL LINE: @Ignore("You must increase heap to > 2 G to run this") public class Test2BPagedBytes extends LuceneTestCase
-    [Ignore]
+    [Ignore("You must increase heap to > 2 G to run this")]
     [TestFixture]
     public class Test2BPagedBytes : LuceneTestCase
     {