mirror of https://github.com/apache/lucene.git
dd 7.0.1 backcompat test indexes
This commit is contained in:
parent
9419366a8e
commit
ddf20152c2
|
@ -287,7 +287,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
|
||||
final static String[] oldNames = {
|
||||
"7.0.0-cfs",
|
||||
"7.0.0-nocfs"
|
||||
"7.0.0-nocfs",
|
||||
"7.0.1-cfs",
|
||||
"7.0.1-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
|
@ -295,7 +297,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
}
|
||||
|
||||
final static String[] oldSortedNames = {
|
||||
"sorted.7.0.0"
|
||||
"sorted.7.0.0",
|
||||
"sorted.7.0.1"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue