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/01/05 17:53:13 UTC

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

Author: mikemccand
Date: Mon Jan  5 16:53:13 2015
New Revision: 1649589

URL: http://svn.apache.org/r1649589
Log:
4.10.3 release: add missing back compat index and version constant

Added:
    lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.4.10.3-cfs.zip   (with props)
    lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/unsupported.4.10.3-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=1649589&r1=1649588&r2=1649589&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 Jan  5 16:53:13 2015
@@ -305,6 +305,8 @@ public class TestBackwardsCompatibility
       "4.10.1-nocfs",
       "4.10.2-cfs",
       "4.10.2-nocfs",
+      "4.10.3-cfs",
+      "4.10.3-nocfs",
   };
   
   final static String[] oldSingleSegmentNames = {

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

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