Skip to content

Commit 1f90589

Browse files
committed
Updating TestNG. Fixes issue #1263
1 parent 6e1e6c1 commit 1f90589

File tree

11 files changed

+6831
-6820
lines changed

11 files changed

+6831
-6820
lines changed

.idea/libraries/testng.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpp/iedriver/Generated/atoms.h

Lines changed: 6822 additions & 6811 deletions
Large diffs are not rendered by default.

java/client/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-common-9.2.13.v20150730.jar"/>
4545
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-io-9.2.13.v20150730.jar"/>
4646
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-util-9.2.13.v20150730.jar"/>
47-
<classpathentry kind="lib" path="/third-party/java/testng/testng-6.9.6.jar" sourcepath="/third-party/java/testng/testng-6.9.6-sources.jar"/>
47+
<classpathentry kind="lib" path="/third-party/java/testng/testng-6.9.9.jar" sourcepath="/third-party/java/testng/testng-6.9.9-sources.jar"/>
4848
<classpathentry kind="output" path="build/production"/>
4949
</classpath>

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<dependency>
202202
<groupId>org.testng</groupId>
203203
<artifactId>testng</artifactId>
204-
<version>6.8</version>
204+
<version>6.9.9</version>
205205
</dependency>
206206
<dependency>
207207
<groupId>org.webbitserver</groupId>

rake-tasks/crazy_fun/mappings/java.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def self.ant
6767
:classpath => 'third_party/java/jarjar/jarjar-1.4.jar'
6868
ant.taskdef :resource => 'testngtasks' do |t|
6969
t.classpath do |cp|
70-
cp.pathelement :location => 'third_party/java/testng/testng-6.9.6.jar'
70+
cp.pathelement :location => 'third_party/java/testng/testng-6.9.9.jar'
7171
cp.pathelement :location => 'third_party/java/jcommander/jcommander-1.29.jar'
7272
cp.pathelement :location => 'third_party/java/beanshell/bsh-2.0b4.jar'
7373
end

third_party/java/testng/BUCK

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
prebuilt_jar(
22
name = 'testng',
3-
maven_coords = 'org.testng:testng:jar:6.9.6',
4-
binary_jar = 'testng-6.9.6.jar',
5-
source_jar = 'testng-6.9.6-sources.jar',
3+
maven_coords = 'org.testng:testng:jar:6.9.9',
4+
binary_jar = 'testng-6.9.9.jar',
5+
source_jar = 'testng-6.9.9-sources.jar',
66
deps = [
77
'//third_party/java/ant:ant',
88
'//third_party/java/beanshell:bsh',

third_party/java/testng/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
java_library(name = "testng",
22
deps = [
3-
"testng-6.9.6.jar",
3+
"testng-6.9.9.jar",
44
"//third_party/java/beanshell",
55
"//third_party/java/beust:jcommander",
66
])
-490 KB
Binary file not shown.
-850 KB
Binary file not shown.
Binary file not shown.
850 KB
Binary file not shown.

0 commit comments

Comments
 (0)