mirror of https://github.com/apache/lucene.git
Add 7.5.0 back compat test indexes
This commit is contained in:
parent
cecf31ed29
commit
baf40d5f05
|
@ -302,7 +302,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"7.3.1-cfs",
|
||||
"7.3.1-nocfs",
|
||||
"7.4.0-cfs",
|
||||
"7.4.0-nocfs"
|
||||
"7.4.0-nocfs",
|
||||
"7.5.0-cfs",
|
||||
"7.5.0-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
|
@ -317,7 +319,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"sorted.7.2.1",
|
||||
"sorted.7.3.0",
|
||||
"sorted.7.3.1",
|
||||
"sorted.7.4.0"
|
||||
"sorted.7.4.0",
|
||||
"sorted.7.5.0"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue