Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 68536 invoked from network); 21 Jan 2011 04:38:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jan 2011 04:38:54 -0000 Received: (qmail 43343 invoked by uid 500); 21 Jan 2011 04:38:54 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 43003 invoked by uid 500); 21 Jan 2011 04:38:51 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 42996 invoked by uid 99); 21 Jan 2011 04:38:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 04:38:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 04:38:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 31A1B23889EA; Fri, 21 Jan 2011 04:38:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1061629 - /commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/util/FastMathTest.java Date: Fri, 21 Jan 2011 04:38:30 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110121043830.31A1B23889EA@eris.apache.org> Author: sebb Date: Fri Jan 21 04:38:29 2011 New Revision: 1061629 URL: http://svn.apache.org/viewvc?rev=1061629&view=rev Log: Bugs have been fixed; fail in future Modified: commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/util/FastMathTest.java Modified: commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/util/FastMathTest.java URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/util/FastMathTest.java?rev=1061629&r1=1061628&r2=1061629&view=diff ============================================================================== --- commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/util/FastMathTest.java (original) +++ commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/util/FastMathTest.java Fri Jan 21 04:38:29 2011 @@ -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 {