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 2014/09/25 11:04:03 UTC

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

Author: mikemccand
Date: Thu Sep 25 09:04:03 2014
New Revision: 1627491

URL: http://svn.apache.org/r1627491
Log:
add missing 4.9.1 [old] back compat index

Added:
    lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/index.4.9.1-cfs.zip   (with props)
    lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/index.4.9.1-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=1627491&r1=1627490&r2=1627491&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 Thu Sep 25 09:04:03 2014
@@ -247,6 +247,8 @@ public class TestBackwardsCompatibility 
       "4.8.1-nocfs",
       "4.9.0-cfs",
       "4.9.0-nocfs",
+      "4.9.1-cfs",
+      "4.9.1-nocfs",
       "4.10.0-cfs",
       "4.10.0-nocfs"
   };

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

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