mirror of https://github.com/apache/lucene.git
Add 6.0.1 back compat test indexes
This commit is contained in:
parent
9863eea256
commit
88dbd07f1e
|
@ -239,7 +239,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"5.5.1-cfs",
|
||||
"5.5.1-nocfs",
|
||||
"6.0.0-cfs",
|
||||
"6.0.0-nocfs"
|
||||
"6.0.0-nocfs",
|
||||
"6.0.1-cfs",
|
||||
"6.0.1-nocfs"
|
||||
};
|
||||
|
||||
final String[] unsupportedNames = {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue