mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
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:
parent
05446a4c9e
commit
d085872bad
|
@ -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
BIN
core/lib/junit-4.11.jar
Normal file
Binary file not shown.
|
@ -59,7 +59,7 @@
|
|||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.10</version>
|
||||
<version>4.11</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in a new issue