Add 7.3.0 back-compat test indexes

This commit is contained in:
Alan Woodward 2018-04-04 22:46:17 +01:00
parent 469979dc25
commit 2ace16cef7
4 changed files with 5 additions and 2 deletions

View File

@ -296,7 +296,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"7.2.0-cfs",
"7.2.0-nocfs",
"7.2.1-cfs",
"7.2.1-nocfs"
"7.2.1-nocfs",
"7.3.0-cfs",
"7.3.0-nocfs"
};
public static String[] getOldNames() {
@ -308,7 +310,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.7.0.1",
"sorted.7.1.0",
"sorted.7.2.0",
"sorted.7.2.1"
"sorted.7.2.1",
"sorted.7.3.0"
};
public static String[] getOldSortedNames() {