mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 18:18:56 +00:00
Bugs have been fixed; fail in future
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1061630 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6babdfb3a8
commit
c9f2d87527
@ -975,7 +975,7 @@ public class FastMathTest {
|
||||
}
|
||||
|
||||
private static void reportError(String message) {
|
||||
final boolean fatal = false; // TODO set true once all bugs have been fixed
|
||||
final boolean fatal = true;
|
||||
if (fatal) {
|
||||
Assert.fail(message);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user