WW-4638 Upgrades TestNG and Surefire plugin

This commit is contained in:
Lukasz Lenart
2016-07-18 08:01:08 +02:00
4 changed files with 4 additions and 5 deletions
@@ -86,7 +86,7 @@ public class ExecuteAndWaitInterceptorTest extends StrutsInternalTestCase {
String result2 = proxy2.execute();
assertEquals("wait", result2);
Thread.sleep(300);
Thread.sleep(500);
ActionProxy proxy3 = buildProxy("action1");
String result3 = proxy3.execute();
+1 -1
View File
@@ -98,7 +98,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.2</version>
<version>2.19.1</version>
<configuration>
<additionalClasspathElements>
<element>target/test-classes/jsps.jar</element>
+1 -2
View File
@@ -37,8 +37,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.1</version>
<classifier>jdk15</classifier>
<version>6.9.10</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
+1 -1
View File
@@ -189,7 +189,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.3.1</version>
<version>2.19.1</version>
<configuration>
<argLine>-Duser.language=en -Duser.region=US</argLine>
<includes>