Add 7.2.1 back compat test indexes

This commit is contained in:
Jim Ferenczi 2018-01-15 10:57:22 +01:00
parent b6f6519749
commit f7f0ed1fc5
4 changed files with 5 additions and 2 deletions

View File

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