Skip to content

Commit e20faa0

Browse files
committedJun 7, 2015
java: Upgrading JUnit to 4.12
1 parent 5331865 commit e20faa0

File tree

10 files changed

+8
-8
lines changed

10 files changed

+8
-8
lines changed
 

‎.idea/libraries/junit.xml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎java/client/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="src" path="test"/>
5-
<classpathentry kind="lib" path="/third-party/java/junit/junit-dep-4.11.jar" sourcepath="/third-party/java/junit/junit-dep-4.11-src.jar"/>
5+
<classpathentry kind="lib" path="/third-party/java/junit/junit-4.12.jar" sourcepath="/third-party/java/junit/junit-4.12-sources.jar"/>
66
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
77
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
88
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>

‎java/server/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpcore-4.4.1.jar" sourcepath="/third-party/java/apache-httpclient/httpcore-4.4.1-sources.jar"/>
1111
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
1212
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
13-
<classpathentry kind="lib" path="/third-party/java/junit/junit-dep-4.11.jar" sourcepath="/third-party/java/junit/junit-dep-4.11-src.jar"/>
13+
<classpathentry kind="lib" path="/third-party/java/junit/junit-4.12.jar" sourcepath="/third-party/java/junit/junit-4.12-sources.jar"/>
1414
<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcprov-jdk15on-1.48.jar" sourcepath="/third-party/java/bouncycastle/bcprov-jdk15on-1.48-sources.jar"/>
1515
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked-7.6.1.jar" sourcepath="/third-party/java/jetty/jetty-repacked-7.6.1-sources.jar"/>
1616
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked-5.jar" sourcepath="/third-party/java/jetty/jetty-repacked-5-sources.jar"/>

‎maven/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<dependency>
166166
<groupId>junit</groupId>
167167
<artifactId>junit</artifactId>
168-
<version>4.11</version>
168+
<version>4.12</version>
169169
</dependency>
170170
<dependency>
171171
<groupId>net.java.dev.jna</groupId>

‎third_party/java/junit/BUCK

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
prebuilt_jar(name = 'junit',
2-
binary_jar = 'junit-dep-4.11.jar',
3-
source_jar = 'junit-4.11-src.jar',
2+
binary_jar = 'junit-4.12.jar',
3+
source_jar = 'junit-4.12-sources.jar',
44
deps = [
55
'//third_party/java/hamcrest:hamcrest',
66
],

‎third_party/java/junit/build.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
java_library(name = "junit",
22
deps = [
3-
"junit-dep-4.11.jar",
3+
"junit-4.12.jar",
44
"//third_party/java/hamcrest",
55
])
-148 KB
Binary file not shown.
196 KB
Binary file not shown.

‎third_party/java/junit/junit-4.12.jar

308 KB
Binary file not shown.
-239 KB
Binary file not shown.

0 commit comments

Comments
 (0)