You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2015/08/26 14:58:48 UTC

svn commit: r1697917 - in /lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index: TestBackwardsCompatibility.java index.5.3.0-cfs.zip index.5.3.0-nocfs.zip

Author: shalin
Date: Wed Aug 26 12:58:47 2015
New Revision: 1697917

URL: http://svn.apache.org/r1697917
Log:
Add 5.3.0 back compat test indexes

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

Modified: lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java?rev=1697917&r1=1697916&r2=1697917&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java (original)
+++ lucene/dev/branches/branch_5x/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java Wed Aug 26 12:58:47 2015
@@ -274,7 +274,9 @@ public class TestBackwardsCompatibility
       "5.2.0-cfs",
       "5.2.0-nocfs",
       "5.2.1-cfs",
-      "5.2.1-nocfs"
+      "5.2.1-nocfs",
+      "5.3.0-cfs",
+      "5.3.0-nocfs"
   };
   
   final String[] unsupportedNames = {

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

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