Add 5.3.1 back compat test indexes

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1705626 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2015-09-28 09:13:54 +00:00
parent 76bf6740d1
commit ab3ff9f0fe
3 changed files with 3 additions and 1 deletions

View File

@ -226,7 +226,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"5.2.1-cfs", "5.2.1-cfs",
"5.2.1-nocfs", "5.2.1-nocfs",
"5.3.0-cfs", "5.3.0-cfs",
"5.3.0-nocfs" "5.3.0-nocfs",
"5.3.1-cfs",
"5.3.1-nocfs"
}; };
final String[] unsupportedNames = { final String[] unsupportedNames = {