Fixed Junit issue with REQUIRE_THROWS

- As mentioned by @SebDyn in GitHub issue #5
This commit is contained in:
Phil Nash
2013-04-08 12:05:32 +01:00
parent 8764177c0e
commit 3bd4241795
3 changed files with 9 additions and 13 deletions

View File

@@ -5769,7 +5769,7 @@ with expansion:
13 test cases - 3 failed (40 assertions - 4 failed)
<testsuites>
<testsuite name="~dummy" errors="9" failures="77" tests="699" hostname="tbd" time="tbd" timestamp="tbd">
<testsuite name="~dummy" errors="9" failures="78" tests="699" hostname="tbd" time="tbd" timestamp="tbd">
<testcase classname="global" name="./succeeding/Approx/simple" time="tbd"/>
<testcase classname="global" name="./succeeding/Approx/epsilon" time="tbd"/>
<testcase classname="global" name="./succeeding/Approx/float" time="tbd"/>
@@ -5947,9 +5947,9 @@ ConditionTests.cpp:346
<error message="thisThrows()" type="CHECK_THROWS_AS">
ExceptionTests.cpp:43
</error>
< message="thisDoesntThrow()" type="CHECK_THROWS_AS">
<failure message="thisDoesntThrow()" type="CHECK_THROWS_AS">
ExceptionTests.cpp:44
</>
</failure>
<error message="thisThrows()" type="CHECK_NOTHROW">
ExceptionTests.cpp:45
</error>