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/04/20 20:41:23 UTC

svn commit: r1674961 - in /lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index: TestBackwardsCompatibility.java unsupported.4.10.4-cfs.zip unsupported.4.10.4-nocfs.zip

Author: mikemccand
Date: Mon Apr 20 18:41:22 2015
New Revision: 1674961

URL: http://svn.apache.org/r1674961
Log:
LUCENE-6444: add missing 4.10.4 unsupported back-compat indices

Added:
    lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.4.10.4-cfs.zip   (with props)
    lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.4.10.4-nocfs.zip   (with props)
Modified:
    lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java

Modified: lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java?rev=1674961&r1=1674960&r2=1674961&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java (original)
+++ lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java Mon Apr 20 18:41:22 2015
@@ -320,6 +320,8 @@ public class TestBackwardsCompatibility
       "4.10.2-nocfs",
       "4.10.3-cfs",
       "4.10.3-nocfs",
+      "4.10.4-cfs",
+      "4.10.4-nocfs"
   };
   
   final static String[] oldSingleSegmentNames = {

Added: lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.4.10.4-cfs.zip
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.4.10.4-cfs.zip?rev=1674961&view=auto
==============================================================================
Binary file - no diff available.

Added: lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.4.10.4-nocfs.zip
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.4.10.4-nocfs.zip?rev=1674961&view=auto
==============================================================================
Binary file - no diff available.