Add 7.3.1 back compat test indexes

This commit is contained in:
Cao Manh Dat 2018-05-15 10:16:50 +07:00
parent 16cb4141df
commit f959777995
4 changed files with 5 additions and 2 deletions

View File

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