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 2015/03/03 15:50:58 UTC

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

Author: mikemccand
Date: Tue Mar  3 14:50:57 2015
New Revision: 1663716

URL: http://svn.apache.org/r1663716
Log:
Add 4.10.4 back compat test indices

Added:
    lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index/index.4104.cfs.zip   (with props)
    lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index/index.4104.nocfs.zip   (with props)
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=1663716&r1=1663715&r2=1663716&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 Tue Mar  3 14:50:57 2015
@@ -272,6 +272,8 @@ public class TestBackwardsCompatibility
                                     "4102.nocfs",
                                     "4103.cfs",
                                     "4103.nocfs",
+                                    "4104.cfs",
+                                    "4104.nocfs",
   };
   
   final String[] unsupportedNames = {"19.cfs",

Added: lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index/index.4104.cfs.zip
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index/index.4104.cfs.zip?rev=1663716&view=auto
==============================================================================
Binary file - no diff available.

Added: lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index/index.4104.nocfs.zip
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/lucene/core/src/test/org/apache/lucene/index/index.4104.nocfs.zip?rev=1663716&view=auto
==============================================================================
Binary file - no diff available.