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:00:50 UTC

svn commit: r1705623 - in /lucene/dev/branches/lucene_solr_5_3/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:00:49 2015
New Revision: 1705623

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

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

Modified: lucene/dev/branches/lucene_solr_5_3/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_5_3/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java?rev=1705623&r1=1705622&r2=1705623&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_5_3/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java (original)
+++ lucene/dev/branches/lucene_solr_5_3/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java Mon Sep 28 09:00:49 2015
@@ -276,7 +276,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/branches/lucene_solr_5_3/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.3.1-cfs.zip
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_5_3/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.3.1-cfs.zip?rev=1705623&view=auto
==============================================================================
Binary file - no diff available.

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