mirror of
https://github.com/apache/commons-math.git
synced 2025-02-08 19:15:18 +00:00
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:
parent
8a284972f3
commit
6c1c1143ad
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user