Add 5.1.0 back compat test indices

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673899 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2015-04-15 17:55:19 +00:00
parent dee02e6151
commit 648d28dbe9
3 changed files with 3 additions and 1 deletions

View File

@ -208,7 +208,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
final static String[] oldNames = { final static String[] oldNames = {
"5.0.0-cfs", "5.0.0-cfs",
"5.0.0-nocfs" "5.0.0-nocfs",
"5.1.0-cfs",
"5.1.0-nocfs"
}; };
final String[] unsupportedNames = { final String[] unsupportedNames = {