mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 01:58:44 +00:00
Add 8.0.0 back compat test indexes
This commit is contained in:
parent
d596b13ca3
commit
6e0afdb15d
@ -310,7 +310,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||
"7.7.0-cfs",
|
||||
"7.7.0-nocfs",
|
||||
"7.7.1-cfs",
|
||||
"7.7.1-nocfs"
|
||||
"7.7.1-nocfs",
|
||||
"8.0.0-cfs",
|
||||
"8.0.0-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
@ -329,7 +331,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||
"sorted.7.5.0",
|
||||
"sorted.7.6.0",
|
||||
"sorted.7.7.0",
|
||||
"sorted.7.7.1"
|
||||
"sorted.7.7.1",
|
||||
"sorted.8.0.0"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user