Fail on error, rather than printing to stdout

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1073297 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-02-22 11:08:53 +00:00
parent 8a284972f3
commit 6c1c1143ad

View File

@ -149,7 +149,7 @@ public class FastMathStrictComparisonTest {
sb.append(" entries ");
sb.append(Arrays.toString(entries));
String message = sb.toString();
final boolean fatal = false;
final boolean fatal = true;
if (fatal) {
Assert.fail(message);
} else {