dd 7.0.1 backcompat test indexes

This commit is contained in:
Steve Rowe 2017-10-05 21:06:37 -04:00
parent 9419366a8e
commit ddf20152c2
4 changed files with 5 additions and 2 deletions

View File

@ -287,7 +287,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
final static String[] oldNames = {
"7.0.0-cfs",
"7.0.0-nocfs"
"7.0.0-nocfs",
"7.0.1-cfs",
"7.0.1-nocfs"
};
public static String[] getOldNames() {
@ -295,7 +297,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
}
final static String[] oldSortedNames = {
"sorted.7.0.0"
"sorted.7.0.0",
"sorted.7.0.1"
};
public static String[] getOldSortedNames() {