]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Disable pixel tests due to differences between JVMs.
authorJeremias Maerki <jeremias@apache.org>
Fri, 4 Feb 2011 15:13:07 +0000 (15:13 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 4 Feb 2011 15:13:07 +0000 (15:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1067193 13f79535-47bb-0310-9956-ffa450edef68

test/java/org/apache/fop/util/BitmapImageUtilTestCase.java

index 92a3a15bd5a5b59656a4388293c7fbbb09ec6e03..55a9fe4e47bdd33b00afed8b3187958ea1d787f3 100644 (file)
@@ -46,7 +46,7 @@ import org.apache.fop.util.bitmap.MonochromeBitmapConverter;
 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.