Add 5.5.3 back compat test indexes

This commit is contained in:
Anshum Gupta 2016-09-11 14:44:32 -07:00
parent d2fcc3dd71
commit a0eae26fad
3 changed files with 3 additions and 1 deletions

View File

@ -357,7 +357,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"5.5.1-cfs", "5.5.1-cfs",
"5.5.1-nocfs", "5.5.1-nocfs",
"5.5.2-cfs", "5.5.2-cfs",
"5.5.2-nocfs" "5.5.2-nocfs",
"5.5.3-cfs",
"5.5.3-nocfs"
}; };
// TODO: on 6.0.0 release, gen the single segment indices and add here: // TODO: on 6.0.0 release, gen the single segment indices and add here: