mirror of https://github.com/apache/lucene.git
Include 5.5.0 indices in TestBackwardsCompatibility
This commit is contained in:
parent
2b3529c3b8
commit
aef2ff55dd
|
@ -233,7 +233,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"5.4.0-cfs",
|
||||
"5.4.0-nocfs",
|
||||
"5.4.1-cfs",
|
||||
"5.4.1-nocfs"
|
||||
"5.4.1-nocfs",
|
||||
"5.5.0-cfs",
|
||||
"5.5.0-nocfs"
|
||||
};
|
||||
|
||||
final String[] unsupportedNames = {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue