mirror of https://github.com/apache/lucene.git
Add 5.1.0 back compat test indices
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673899 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dee02e6151
commit
648d28dbe9
|
@ -208,7 +208,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
|
||||
final static String[] oldNames = {
|
||||
"5.0.0-cfs",
|
||||
"5.0.0-nocfs"
|
||||
"5.0.0-nocfs",
|
||||
"5.1.0-cfs",
|
||||
"5.1.0-nocfs"
|
||||
};
|
||||
|
||||
final String[] unsupportedNames = {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue