You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sy...@apache.org on 2015/01/02 11:28:07 UTC

[2/2] lucenenet git commit: undo accidental change that was checked in

undo accidental change that was checked in


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

Branch: refs/heads/master
Commit: 1b3a5212a9af76c0ca433190465d089e534d27fe
Parents: d7bf8bd
Author: Laimonas Simutis <la...@gmail.com>
Authored: Thu Jan 1 22:02:04 2015 -0500
Committer: Laimonas Simutis <la...@gmail.com>
Committed: Thu Jan 1 22:02:04 2015 -0500

----------------------------------------------------------------------
 src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1b3a5212/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs b/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs
index e2e02fd..9779a75 100644
--- a/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs
+++ b/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs
@@ -340,7 +340,7 @@ namespace Lucene.Net.Util
         /// </summary>
         public static bool VERBOSE = RandomizedTest.SystemPropertyAsBoolean("tests.verbose",
 #if DEBUG
-            false
+            true
 #else
             false
 #endif