Tests: Add static bwc tests for new releases 1.3.8 and 1.4.3
This commit is contained in:
parent
173cfc14d6
commit
7328aa1c15
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue