mirror of https://github.com/apache/lucene.git
Add 7.1.0 back compat test indexes
This commit is contained in:
parent
57e976341b
commit
dc640f09c1
|
@ -289,7 +289,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"7.0.0-cfs",
|
||||
"7.0.0-nocfs",
|
||||
"7.0.1-cfs",
|
||||
"7.0.1-nocfs"
|
||||
"7.0.1-nocfs",
|
||||
"7.1.0-cfs",
|
||||
"7.1.0-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
|
@ -298,7 +300,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
|
||||
final static String[] oldSortedNames = {
|
||||
"sorted.7.0.0",
|
||||
"sorted.7.0.1"
|
||||
"sorted.7.0.1",
|
||||
"sorted.7.1.0"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue