You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2016/02/02 10:53:14 UTC

[02/21] lucene-solr git commit: revert

revert


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/3141c697
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3141c697
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3141c697

Branch: refs/heads/master-solr-8621
Commit: 3141c697e5f85aeabf63513c7c510cd3862bbc81
Parents: 27c28b5
Author: Mike McCandless <mi...@apache.org>
Authored: Fri Jan 29 09:18:31 2016 -0500
Committer: Mike McCandless <mi...@apache.org>
Committed: Fri Jan 29 09:18:31 2016 -0500

----------------------------------------------------------------------
 .../java/org/apache/lucene/index/BasePointFormatTestCase.java  | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3141c697/lucene/test-framework/src/java/org/apache/lucene/index/BasePointFormatTestCase.java
----------------------------------------------------------------------
diff --git a/lucene/test-framework/src/java/org/apache/lucene/index/BasePointFormatTestCase.java b/lucene/test-framework/src/java/org/apache/lucene/index/BasePointFormatTestCase.java
index 20bdfb5..3b19530 100644
--- a/lucene/test-framework/src/java/org/apache/lucene/index/BasePointFormatTestCase.java
+++ b/lucene/test-framework/src/java/org/apache/lucene/index/BasePointFormatTestCase.java
@@ -919,10 +919,4 @@ public abstract class BasePointFormatTestCase extends BaseIndexFileFormatTestCas
     //dir = FSDirectory.open(createTempDir());
     return dir;
   }
-  
-  @Override
-  public void testMergeStability() {
-    // suppress this test from base class: merges for BKD trees are not stable because the tree created by merge will have a different
-    // structure than the tree created by adding points separately
-  }
 }