Add missing JUnit 4 versions to Junit4VersionsIT

Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/e6b39217
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/e6b39217
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/e6b39217

Branch: refs/heads/junit5
Commit: e6b39217de0ebb968b36945a4b5e086b9925e26d
Parents: 41d1cfc
Author: Benedikt Ritter <brit...@apache.org>
Authored: Sun Oct 9 15:40:55 2016 +0200
Committer: Tibor17 <tibo...@lycos.com>
Committed: Tue Oct 11 00:25:29 2016 +0200

----------------------------------------------------------------------
 .../apache/maven/surefire/its/Junit4VersionsIT.java   | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/e6b39217/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/Junit4VersionsIT.java
----------------------------------------------------------------------
diff --git 
a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/Junit4VersionsIT.java
 
b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/Junit4VersionsIT.java
index 2296cf8..500591a 100644
--- 
a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/Junit4VersionsIT.java
+++ 
b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/Junit4VersionsIT.java
@@ -42,8 +42,9 @@ public class Junit4VersionsIT
 {
 
     @Parameters( name = "{index}: JUnit {0}" )
-    public static Collection<Object[]> junitVersions() {
-        return Arrays.asList( new Object[][]{
+    public static Collection<Object[]> junitVersions()
+    {
+        return Arrays.asList( new Object[][] {
                 { "4.0" },
                 { "4.1" },
                 { "4.2" },
@@ -52,7 +53,14 @@ public class Junit4VersionsIT
                 { "4.4" },
                 { "4.5" },
                 { "4.6" },
-                { "4.7" }
+                { "4.7" },
+                { "4.8" },
+                { "4.8.1" },
+                { "4.8.2" },
+                { "4.9" },
+                { "4.10" },
+                { "4.11" },
+                { "4.12" }
         } );
     }
 

Reply via email to