mirror of https://github.com/apache/lucene.git
Add 5.3.1 back compat test indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1705626 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
76bf6740d1
commit
ab3ff9f0fe
|
@ -226,7 +226,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"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 = {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue