Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WW-4638 - TestNG 6.9.10 dependency error #98

Merged
merged 14 commits into from
Jul 18, 2016
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void testTwoWait() throws Exception {
String result2 = proxy2.execute();
assertEquals("wait", result2);

Thread.sleep(300);
Thread.sleep(500);

ActionProxy proxy3 = buildProxy("action1");
String result3 = proxy3.execute();
Expand Down
2 changes: 1 addition & 1 deletion plugins/embeddedjsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 1 addition & 2 deletions plugins/testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,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>
Expand Down