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 78e1f2d306b..f61599da471 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 @@ -229,6 +229,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase { "5.3.0-nocfs", "5.3.1-cfs", "5.3.1-nocfs", + "5.3.2-cfs", + "5.3.2-nocfs", "5.4.0-cfs", "5.4.0-nocfs", "5.4.1-cfs", diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.3.2-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.3.2-cfs.zip new file mode 100644 index 00000000000..5af9217997b Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.3.2-cfs.zip differ diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.3.2-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.3.2-nocfs.zip new file mode 100644 index 00000000000..3933e48cf2d Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.5.3.2-nocfs.zip differ