Add 7.6.0 back compat test indexes

This commit is contained in:
Nicholas Knize 2018-12-13 21:50:53 -06:00
parent f844461357
commit d3ee925bdd
4 changed files with 5 additions and 2 deletions

View File

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