Skip to content

Commit

Permalink
Corrected JUnit version
Browse files Browse the repository at this point in the history
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
johnmay authored and egonw committed Feb 3, 2012
1 parent 5e81816 commit 751c1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -1026,7 +1026,7 @@
</target>

<target id="noJunit" name="noJunit" depends="check" unless="junit.present">
<fail message="JUnit is not installed in Ant. Please run ant with the option '-lib develjar/junit-4.3.1.jar'."/>
<fail message="JUnit is not installed in Ant. Please run ant with the option '-lib develjar/junit-4.10.jar'."/>
</target>

<target id="test-module" name="test-module" depends="noJunit"
Expand Down

0 comments on commit 751c1b9

Please sign in to comment.