Add 7.5.0 back compat test indexes

This commit is contained in:
Jim Ferenczi 2018-09-24 10:10:36 +02:00
parent cecf31ed29
commit baf40d5f05
4 changed files with 5 additions and 2 deletions

View File

@ -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() {