You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2014/09/11 15:20:48 UTC

svn commit: r1624281 - in /lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index: TestBackwardsCompatibility.java index.410.cfs.zip index.410.nocfs.zip

Author: rmuir
Date: Thu Sep 11 13:20:48 2014
New Revision: 1624281

URL: http://svn.apache.org/r1624281
Log:
add 4.10 index to verify 4.10.1 can read it (FAILS)

Added:
    lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index/index.410.cfs.zip   (props changed)
      - copied unchanged from r1624280, lucene/dev/branches/branch_4x/lucene/core/src/test/org/apache/lucene/index/index.410.cfs.zip
    lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index/index.410.nocfs.zip   (props changed)
      - copied unchanged from r1624280, lucene/dev/branches/branch_4x/lucene/core/src/test/org/apache/lucene/index/index.410.nocfs.zip
Modified:
    lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java

Modified: lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java?rev=1624281&r1=1624280&r2=1624281&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java (original)
+++ lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java Thu Sep 11 13:20:48 2014
@@ -257,7 +257,9 @@ public class TestBackwardsCompatibility 
                                     "481.cfs",
                                     "481.nocfs",
                                     "49.cfs",
-                                    "49.nocfs"
+                                    "49.nocfs",
+                                    "410.cfs",
+                                    "410.nocfs"
   };
   
   final String[] unsupportedNames = {"19.cfs",