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:
Sebastian Bazley 2011-01-21 04:38:45 +00:00
parent 6babdfb3a8
commit c9f2d87527

View File

@ -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 {