You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2015/09/28 11:13:55 UTC

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

Author: noble
Date: Mon Sep 28 09:13:54 2015
New Revision: 1705626

URL: http://svn.apache.org/viewvc?rev=1705626&view=rev
Log:
Add 5.3.1 back compat test indexes

Added:
    lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.3.1-cfs.zip   (with props)
    lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.3.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=1705626&r1=1705625&r2=1705626&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 Sep 28 09:13:54 2015
@@ -226,7 +226,9 @@ public class TestBackwardsCompatibility
       "5.2.1-cfs",
       "5.2.1-nocfs",
       "5.3.0-cfs",
-      "5.3.0-nocfs"
+      "5.3.0-nocfs",
+      "5.3.1-cfs",
+      "5.3.1-nocfs"
   };
   
   final String[] unsupportedNames = {

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

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