You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2011/02/04 16:13:08 UTC

svn commit: r1067193 - /xmlgraphics/fop/trunk/test/java/org/apache/fop/util/BitmapImageUtilTestCase.java

Author: jeremias
Date: Fri Feb  4 15:13:07 2011
New Revision: 1067193

URL: http://svn.apache.org/viewvc?rev=1067193&view=rev
Log:
Disable pixel tests due to differences between JVMs.

Modified:
    xmlgraphics/fop/trunk/test/java/org/apache/fop/util/BitmapImageUtilTestCase.java

Modified: xmlgraphics/fop/trunk/test/java/org/apache/fop/util/BitmapImageUtilTestCase.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/java/org/apache/fop/util/BitmapImageUtilTestCase.java?rev=1067193&r1=1067192&r2=1067193&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/java/org/apache/fop/util/BitmapImageUtilTestCase.java (original)
+++ xmlgraphics/fop/trunk/test/java/org/apache/fop/util/BitmapImageUtilTestCase.java Fri Feb  4 15:13:07 2011
@@ -46,7 +46,7 @@ import org.apache.fop.util.bitmap.Monoch
 public class BitmapImageUtilTestCase extends TestCase {
 
     private static final boolean DEBUG = true;
-    private static final boolean TEST_PIXELS = true;
+    private static final boolean TEST_PIXELS = false;
 
     /**
      * Tests the convertTo* methods.



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