LUCENE-3069: merge the back-compat indices from 4.x

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562506 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-01-29 16:38:44 +00:00
parent db23db43c1
commit acfba809aa
3 changed files with 6 additions and 1 deletions

View File

@ -162,7 +162,12 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"41.cfs",
"41.nocfs",
"42.cfs",
"42.nocfs"
"42.nocfs",
// TODO: these are on 4x, but something is wrong (they seem to be a too old DV format):
//"45.cfs",
//"45.nocfs",
"461.cfs",
"461.nocfs",
};
final String[] unsupportedNames = {"19.cfs",