commit | 88fdc91c288adf65860fb52f70d7aafbaeb0163c | [log] [tgz] |
---|---|---|
author | Jim Ferenczi <jimczi@apache.org> | Thu Apr 27 13:46:32 2017 +0200 |
committer | Jim Ferenczi <jimczi@apache.org> | Thu Apr 27 13:46:32 2017 +0200 |
tree | 72cc695ff40ca97f8c323145df2d303521eff5a2 | |
parent | 1b18baf30e9c390c474941ae9bb55cf5a216414f [diff] |
Add 6.5.1 back compat test indexes
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java index cc11338..ca2df16 100644 --- a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java +++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
@@ -327,7 +327,9 @@ "6.4.2-cfs", "6.4.2-nocfs", "6.5.0-cfs", - "6.5.0-nocfs" + "6.5.0-nocfs", + "6.5.1-cfs", + "6.5.1-nocfs" }; final String[] unsupportedNames = {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-cfs.zip new file mode 100644 index 0000000..5bac404 --- /dev/null +++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-cfs.zip Binary files differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-nocfs.zip new file mode 100644 index 0000000..4aa7a90 --- /dev/null +++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.6.5.1-nocfs.zip Binary files differ