Skip to content

Commit

Permalink
Bump the version of TestNG (and dependencies) to 6.9.6.
Browse files Browse the repository at this point in the history
Because we had an old version of TestNG.
  • Loading branch information
shs96c committed Oct 7, 2015
1 parent b7b081a commit db20d58
Show file tree
Hide file tree
Showing 42 changed files with 119 additions and 49 deletions.
11 changes: 11 additions & 0 deletions .idea/libraries/jcommander.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions .idea/libraries/snakeyaml.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/libraries/testng.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/testng/testng-6.8.5.jar" sourcepath="/third-party/java/testng/testng-6.8.5-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-18.0.jar" sourcepath="/third-party/java/guava-libraries/guava-18.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.18.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.18-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.17.jar"/>
<classpathentry kind="lib" path="/third-party/java/jna/jna-4.1.0.jar" sourcepath="/third-party/java/jna/jna-4.1.0-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/jna/jna-platform-4.1.0.jar" sourcepath="/third-party/java/jna/jna-platform-4.1.0-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-exec/commons-exec-1.3.jar" sourcepath="/third-party/java/commons-exec/commons-exec-1.3-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
<classpathentry kind="lib" path="/third-party/java/cglib/cglib-nodep-2.1_3.jar"/>
<classpathentry kind="lib" path="/third-party/java/servlet/javax.servlet-api-3.1.0.jar" sourcepath="/third-party/java/servlet/javax.servlet-api-3.1.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/phantomjs-driver/phantomjsdriver-1.2.1.jar" sourcepath="/third-party/java/phantomjs-driver/phantomjsdriver-1.2.1-sources.jar"/>
Expand Down Expand Up @@ -45,5 +44,6 @@
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-common-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-io-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-util-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="/third-party/java/testng/testng-6.9.6.jar" sourcepath="/third-party/java/testng/testng-6.9.6-sources.jar"/>
<classpathentry kind="output" path="build/production"/>
</classpath>
2 changes: 1 addition & 1 deletion java/server/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/mx4j/mx4j-tools-3.0.1.jar"/>
<classpathentry kind="lib" path="/third-party/java/jcip_annotations/jcip-annotations-1.0.jar" sourcepath="/third-party/java/jcip_annotations/jcip-annotations-1.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/yaml/snakeyaml-1.8.jar"/>
<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48.jar" sourcepath="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.14.jar" sourcepath="/third-party/java/webbit/webbit-0.4.14-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/netty/netty-3.5.7.Final.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-18.0.jar" sourcepath="/third-party/java/guava-libraries/guava-18.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-1.9.5.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
<classpathentry kind="lib" path="/third-party/java/yaml/snakeyaml-1.15.jar" sourcepath="/third-party/java/yaml/snakeyaml-1.15-sources.jar"/>
<classpathentry kind="output" path="build/production"/>
</classpath>
2 changes: 1 addition & 1 deletion java/server/src/org/openqa/grid/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ java_library(name = 'grid',
'//third_party/java/jetty:jetty',
'//third_party/java/jetty:jetty-for-rc',
'//third_party/java/servlet:servlet-api',
'//third_party/java/yaml:yaml',
'//third_party/java/yaml:snakeyaml',
],
visibility = [
'//java/server/src/org/openqa/grid/selenium:classes',
Expand Down
4 changes: 2 additions & 2 deletions rake-tasks/crazy_fun/mappings/java.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ def self.ant
:classpath => 'third_party/java/jarjar/jarjar-1.4.jar'
ant.taskdef :resource => 'testngtasks' do |t|
t.classpath do |cp|
cp.pathelement :location => 'third_party/java/testng/testng-6.8.5.jar'
cp.pathelement :location => 'third_party/java/testng/testng-6.9.6.jar'
cp.pathelement :location => 'third_party/java/jcommander/jcommander-1.29.jar'
cp.pathelement :location => 'third_party/java/beanshell/bsh-1.3.0.jar'
cp.pathelement :location => 'third_party/java/beanshell/bsh-2.0b4.jar'
end
end

Expand Down
20 changes: 20 additions & 0 deletions third_party/java/ant/BUCK
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
prebuilt_jar(
name = 'ant',
maven_coords = 'org.apache.ant:ant:jar:1.8.2',
binary_jar = 'ant-1.8.2.jar',
source_jar = 'ant-1.8.2.jar',
deps = [
':ant-launcher'
],
visibility = [
'//third_party/java/testng:testng'
],
)

prebuilt_jar(
name = 'ant-launcher',
maven_coords = 'org.apache.ant:ant-launcher:jar:1.8.2',
binary_jar = 'ant-launcher-1.8.2.jar',
source_jar = 'ant-launcher-1.8.2.jar',
)

10 changes: 10 additions & 0 deletions third_party/java/aopalliance/BUCK
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
prebuilt_jar(
name = 'aopalliance',
maven_coords = 'aopalliance:aopalliance:jar:1.0',
binary_jar = 'aopalliance-1.0.jar',
source_jar = 'aopalliance-1.0-sources.jar',
visibility = [
'//third_party/java/inject:guice'
],
)

Binary file not shown.
Binary file added third_party/java/aopalliance/aopalliance-1.0.jar
Binary file not shown.
10 changes: 6 additions & 4 deletions third_party/java/beanshell/BUCK
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

prebuilt_jar(name = 'beanshell',
binary_jar = 'bsh-1.3.0.jar',
prebuilt_jar(
name = 'bsh',
maven_coords = 'org.beanshell:bsh:jar:2.0b4',
binary_jar = 'bsh-2.0b4.jar',
visibility = [
'//third_party/java/testng:testng',
'//third_party/java/testng:testng'
],
)

Binary file removed third_party/java/beanshell/bsh-1.3.0.jar
Binary file not shown.
Binary file added third_party/java/beanshell/bsh-2.0b4.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion third_party/java/beanshell/build.desc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

java_library(name = "beanshell",
deps = [ "bsh-1.3.0.jar" ])
deps = [ "bsh-2.0b4.jar" ])
10 changes: 10 additions & 0 deletions third_party/java/beust/BUCK
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
prebuilt_jar(
name = 'jcommander',
maven_coords = 'com.beust:jcommander:jar:1.48',
binary_jar = 'jcommander-1.48.jar',
source_jar = 'jcommander-1.48-sources.jar',
visibility = [
'//third_party/java/testng:testng'
],
)

5 changes: 5 additions & 0 deletions third_party/java/beust/build.desc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
java_library(
name = "jcommander",
deps = ["jcommander-1.48.jar"])


Binary file not shown.
Binary file added third_party/java/beust/jcommander-1.48.jar
Binary file not shown.
13 changes: 0 additions & 13 deletions third_party/java/guice/build.desc

This file was deleted.

Binary file removed third_party/java/guice/guice-3.0.jar
Binary file not shown.
Binary file removed third_party/java/guice/guice-multibindings-3.0.jar
Binary file not shown.
Binary file removed third_party/java/guice/guice-servlet-3.0.jar
Binary file not shown.
22 changes: 22 additions & 0 deletions third_party/java/inject/BUCK
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
prebuilt_jar(
name = 'guice',
maven_coords = 'com.google.inject:guice:jar:4.0',
binary_jar = 'guice-4.0.jar',
source_jar = 'guice-4.0-sources.jar',
deps = [
':javax.inject',
'//third_party/java/aopalliance:aopalliance',
'//third_party/java/guava-libraries:guava-libraries'
],
visibility = [
'//third_party/java/testng:testng'
],
)

prebuilt_jar(
name = 'javax.inject',
maven_coords = 'javax.inject:javax.inject:jar:1',
binary_jar = 'javax.inject-1.jar',
source_jar = 'javax.inject-1-sources.jar',
)

Binary file added third_party/java/inject/guice-4.0-sources.jar
Binary file not shown.
Binary file added third_party/java/inject/guice-4.0.jar
Binary file not shown.
Binary file not shown.
File renamed without changes.
7 changes: 0 additions & 7 deletions third_party/java/jcommander/BUCK

This file was deleted.

3 changes: 0 additions & 3 deletions third_party/java/jcommander/build.desc

This file was deleted.

Binary file removed third_party/java/jcommander/jcommander-1.29.jar
Binary file not shown.
17 changes: 12 additions & 5 deletions third_party/java/testng/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
prebuilt_jar(name = 'testng',
binary_jar = 'testng-6.8.5.jar',
deps = [
'//third_party/java/beanshell:beanshell',
'//third_party/java/jcommander:jcommander',
prebuilt_jar(
name = 'testng',
maven_coords = 'org.testng:testng:jar:6.9.6',
binary_jar = 'testng-6.9.6.jar',
source_jar = 'testng-6.9.6-sources.jar',
deps = [
'//third_party/java/ant:ant',
'//third_party/java/beanshell:bsh',
'//third_party/java/beust:jcommander',
'//third_party/java/inject:guice',
'//third_party/java/junit:junit',
'//third_party/java/yaml:snakeyaml'
],
visibility = [
'//java/client/src/com/thoughtworks/selenium:selenium',
Expand Down
4 changes: 2 additions & 2 deletions third_party/java/testng/build.desc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
java_library(name = "testng",
deps = [
"testng-6.8.5.jar",
"testng-6.9.6.jar",
"//third_party/java/beanshell",
"//third_party/java/jcommander",
"//third_party/java/beust:jcommander",
])
Binary file removed third_party/java/testng/testng-6.8.5-sources.jar
Binary file not shown.
Binary file removed third_party/java/testng/testng-6.8.5.jar
Binary file not shown.
Binary file added third_party/java/testng/testng-6.9.6-sources.jar
Binary file not shown.
Binary file added third_party/java/testng/testng-6.9.6.jar
Binary file not shown.
8 changes: 6 additions & 2 deletions third_party/java/yaml/BUCK
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
prebuilt_jar(name = 'yaml',
binary_jar = 'snakeyaml-1.8.jar',
prebuilt_jar(
name = 'snakeyaml',
maven_coords = 'org.yaml:snakeyaml:jar:1.15',
binary_jar = 'snakeyaml-1.15.jar',
source_jar = 'snakeyaml-1.15-sources.jar',
visibility = [
'//java/server/src/org/openqa/grid:grid',
'//third_party/java/testng:testng'
],
)

4 changes: 2 additions & 2 deletions third_party/java/yaml/build.desc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
java_library(name = "yaml",
deps = [
"snakeyaml-1.8.jar"
])
"snakeyaml-1.15.jar"
])
Binary file added third_party/java/yaml/snakeyaml-1.15-sources.jar
Binary file not shown.
Binary file added third_party/java/yaml/snakeyaml-1.15.jar
Binary file not shown.
Binary file removed third_party/java/yaml/snakeyaml-1.8.jar
Binary file not shown.

0 comments on commit db20d58

Please sign in to comment.