From: Jeremias Maerki Date: Fri, 4 Feb 2011 15:13:07 +0000 (+0000) Subject: Disable pixel tests due to differences between JVMs. X-Git-Tag: fop-1_1rc1old~331 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0d5b2a69b9ef87ebd2c383172214673667f2a23c;p=xmlgraphics-fop.git Disable pixel tests due to differences between JVMs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1067193 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/java/org/apache/fop/util/BitmapImageUtilTestCase.java b/test/java/org/apache/fop/util/BitmapImageUtilTestCase.java index 92a3a15bd..55a9fe4e4 100644 --- a/test/java/org/apache/fop/util/BitmapImageUtilTestCase.java +++ b/test/java/org/apache/fop/util/BitmapImageUtilTestCase.java @@ -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.