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:
srowen 2012-10-22 14:18:46 +00:00
parent 64bce22867
commit 6950a78274
2 changed files with 3 additions and 3 deletions

View file

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