mirror of https://github.com/apache/lucene.git
Add 4.10 codec backcompat test indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622610 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4647c1e59f
commit
b3015867f6
|
@ -181,7 +181,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
"461.cfs",
|
"461.cfs",
|
||||||
"461.nocfs",
|
"461.nocfs",
|
||||||
"49.cfs",
|
"49.cfs",
|
||||||
"49.nocfs"
|
"49.nocfs",
|
||||||
|
"410.cfs",
|
||||||
|
"410.nocfs"
|
||||||
};
|
};
|
||||||
|
|
||||||
final String[] unsupportedNames = {
|
final String[] unsupportedNames = {
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue