mirror of https://github.com/apache/lucene.git
Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
774e9aefbc
|
@ -304,7 +304,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"7.4.0-cfs",
|
||||
"7.4.0-nocfs",
|
||||
"7.5.0-cfs",
|
||||
"7.5.0-nocfs"
|
||||
"7.5.0-nocfs",
|
||||
"7.6.0-cfs",
|
||||
"7.6.0-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
|
@ -320,7 +322,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"sorted.7.3.0",
|
||||
"sorted.7.3.1",
|
||||
"sorted.7.4.0",
|
||||
"sorted.7.5.0"
|
||||
"sorted.7.5.0",
|
||||
"sorted.7.6.0"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue