Skip to content

Commit

Permalink
modified build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynsrinivas committed Jun 27, 2017
1 parent bd2d1db commit 9fb339d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<pathelement path="WebContent/WEB-INF/lib/junit.jar"/>
<pathelement path="WebContent/WEB-INF/lib/org.hamcrest.core_1.3.0.v201303031735.jar"/>
</classpath>
<test name="junit.TestCalculator" haltonfailure="no" outfile="TestCalculator_JUnitResult.txt">
<formatter type="plain"/>
<test name="junit.TestCalculator" haltonfailure="no" outfile="TestCalculator_JUnitResult">
<formatter type="xml"/>
</test>
</junit>
</target>
Expand Down

0 comments on commit 9fb339d

Please sign in to comment.