You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2016/04/14 01:21:27 UTC

[11/50] lucene-solr:jira/SOLR-8908: fix failing test: 6.0 has back compat support in 7.0 ; )

fix failing test: 6.0 has back compat support in 7.0 ;)


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

Branch: refs/heads/jira/SOLR-8908
Commit: dd8c199c0b36b0a1a18af774b13ef7aa15ca027b
Parents: 22ccccf
Author: Mike McCandless <mi...@apache.org>
Authored: Sun Apr 10 11:03:35 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Sun Apr 10 11:03:35 2016 -0400

----------------------------------------------------------------------
 .../org/apache/lucene/index/TestBackwardsCompatibility.java     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/dd8c199c/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
index 6c14efe..f979c30 100644
--- a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
+++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
@@ -215,8 +215,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     dir.close();
   }
 
-  // TODO: on 6.0.0 release, gen the indices and add here:
   final static String[] oldNames = {
+    "6.0.0-cfs",
+    "6.0.0-nocfs"
   };
   
   final String[] unsupportedNames = {
@@ -342,8 +343,6 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "5.4.1-nocfs",
       "5.5.0-cfs",
       "5.5.0-nocfs",
-      "6.0.0-cfs",
-      "6.0.0-nocfs"
   };
 
   // TODO: on 6.0.0 release, gen the single segment indices and add here: