Update to JUnit 4.11

git-svn-id: https://zxing.googlecode.com/svn/trunk@2534 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2012-11-26 22:51:07 +00:00
parent 05446a4c9e
commit d085872bad
4 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@
includeantruntime="false">
<classpath>
<pathelement location="core.jar"/>
<pathelement location="lib/junit-4.10.jar"/>
<pathelement location="lib/junit-4.11.jar"/>
</classpath>
</javac>
</target>
@ -94,7 +94,7 @@
<classpath>
<pathelement location="core.jar"/>
<pathelement location="build-test"/>
<pathelement location="lib/junit-4.10.jar"/>
<pathelement location="lib/junit-4.11.jar"/>
</classpath>
<assertions>
<enable/>
@ -116,7 +116,7 @@
<classpath>
<pathelement location="core.jar"/>
<pathelement location="build-test"/>
<pathelement location="lib/junit-4.10.jar"/>
<pathelement location="lib/junit-4.11.jar"/>
</classpath>
<assertions>
<enable/>

Binary file not shown.

BIN
core/lib/junit-4.11.jar Normal file

Binary file not shown.

View file

@ -59,7 +59,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>