You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2012/10/14 12:39:39 UTC

svn commit: r1398049 - /xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/util/DoubleFormatUtilTestCase.java

Author: jeremias
Date: Sun Oct 14 10:39:38 2012
New Revision: 1398049

URL: http://svn.apache.org/viewvc?rev=1398049&view=rev
Log:
Disabled performance test by default. The method doesn't check anything but takes a long time to complete. People can enable it if they want to explicitely check performance.

Modified:
    xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/util/DoubleFormatUtilTestCase.java

Modified: xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/util/DoubleFormatUtilTestCase.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/util/DoubleFormatUtilTestCase.java?rev=1398049&r1=1398048&r2=1398049&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/util/DoubleFormatUtilTestCase.java (original)
+++ xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/util/DoubleFormatUtilTestCase.java Sun Oct 14 10:39:38 2012
@@ -441,6 +441,7 @@ public class DoubleFormatUtilTestCase {
      * to see which one is the fastest in the same conditions.
      */
     @Test
+    @Ignore("Disabled since this doesn't test correctness.")
     public void performanceCompare() {
         // Rename this method in testPerformanceCompare to run it within JUnit tests
         // This method is quite long (depends of the value of nbTest).



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org