mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Update to Junit 4.10
git-svn-id: https://zxing.googlecode.com/svn/trunk@2478 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
64bce22867
commit
6950a78274
|
@ -54,7 +54,7 @@
|
|||
includeantruntime="false">
|
||||
<classpath>
|
||||
<pathelement location="core.jar"/>
|
||||
<pathelement location="lib/junit-4.8.2.jar"/>
|
||||
<pathelement location="lib/junit-4.10.jar"/>
|
||||
</classpath>
|
||||
</javac>
|
||||
</target>
|
||||
|
@ -88,7 +88,7 @@
|
|||
<classpath>
|
||||
<pathelement location="core.jar"/>
|
||||
<pathelement location="build-test"/>
|
||||
<pathelement location="lib/junit-4.8.2.jar"/>
|
||||
<pathelement location="lib/junit-4.10.jar"/>
|
||||
</classpath>
|
||||
<assertions>
|
||||
<enable/>
|
||||
|
@ -109,7 +109,7 @@
|
|||
<classpath>
|
||||
<pathelement location="core.jar"/>
|
||||
<pathelement location="build-test"/>
|
||||
<pathelement location="lib/junit-4.8.2.jar"/>
|
||||
<pathelement location="lib/junit-4.10.jar"/>
|
||||
</classpath>
|
||||
<assertions>
|
||||
<enable/>
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue