You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2014/09/10 17:00:36 UTC

svn commit: r1624019 - /lucene/dev/branches/branch_4x/lucene/core/src/test/org/apache/lucene/index/TestBackwardsCompatibility3x.java

Author: rmuir
Date: Wed Sep 10 15:00:36 2014
New Revision: 1624019

URL: http://svn.apache.org/r1624019
Log:
LUCENE-5863: add 3.6.1

Modified:
    lucene/dev/branches/branch_4x/lucene/core/src/test/org/apache/lucene/index/TestBackwardsCompatibility3x.java

Modified: lucene/dev/branches/branch_4x/lucene/core/src/test/org/apache/lucene/index/TestBackwardsCompatibility3x.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/core/src/test/org/apache/lucene/index/TestBackwardsCompatibility3x.java?rev=1624019&r1=1624018&r2=1624019&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/core/src/test/org/apache/lucene/index/TestBackwardsCompatibility3x.java (original)
+++ lucene/dev/branches/branch_4x/lucene/core/src/test/org/apache/lucene/index/TestBackwardsCompatibility3x.java Wed Sep 10 15:00:36 2014
@@ -128,7 +128,9 @@ public class TestBackwardsCompatibility3
                              "35.cfs",
                              "35.nocfs",
                              "36.cfs",
-                             "36.nocfs"
+                             "36.nocfs",
+                             "361.cfs",
+                             "361.nocfs"
   };
   
   final String[] unsupportedNames = {"19.cfs",