You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2014/08/26 16:17:41 UTC

svn commit: r1620607 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/core/ lucene/core/src/test/org/apache/lucene/codecs/lucene41/TestLucene41PostingsFormat.java

Author: mikemccand
Date: Tue Aug 26 14:17:41 2014
New Revision: 1620607

URL: http://svn.apache.org/r1620607
Log:
do test merge stability for Lucene41PF

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/core/   (props changed)
    lucene/dev/branches/branch_4x/lucene/core/src/test/org/apache/lucene/codecs/lucene41/TestLucene41PostingsFormat.java

Modified: lucene/dev/branches/branch_4x/lucene/core/src/test/org/apache/lucene/codecs/lucene41/TestLucene41PostingsFormat.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/core/src/test/org/apache/lucene/codecs/lucene41/TestLucene41PostingsFormat.java?rev=1620607&r1=1620606&r2=1620607&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/core/src/test/org/apache/lucene/codecs/lucene41/TestLucene41PostingsFormat.java (original)
+++ lucene/dev/branches/branch_4x/lucene/core/src/test/org/apache/lucene/codecs/lucene41/TestLucene41PostingsFormat.java Tue Aug 26 14:17:41 2014
@@ -38,11 +38,6 @@ public class TestLucene41PostingsFormat 
     return TestUtil.alwaysPostingsFormat(new Lucene41PostingsFormat());
   }
 
-  @Override
-  public void testMergeStability() throws Exception {
-    assumeTrue("The MockRandom PF randomizes content on the fly, so we can't check it", false);
-  }
-
   /** Make sure the final sub-block(s) are not skipped. */
   public void testFinalBlock() throws Exception {
     Directory d = newDirectory();