Tests: Add static bwc tests for new releases 1.3.8 and 1.4.3

This commit is contained in:
Ryan Ernst 2015-02-11 07:05:44 -08:00
parent 173cfc14d6
commit 7328aa1c15
1 changed files with 3 additions and 1 deletions

View File

@ -88,10 +88,12 @@ public class OldIndexBackwardsCompatibilityTests extends StaticIndexBackwardComp
"index-1.3.5.zip",
"index-1.3.6.zip",
"index-1.3.7.zip",
"index-1.3.8.zip",
"index-1.4.0.Beta1.zip",
"index-1.4.0.zip",
"index-1.4.1.zip",
"index-1.4.2.zip"
"index-1.4.2.zip",
"index-1.4.3.zip"
);
public void testAllVersionsTested() throws Exception {