aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2011-02-04 15:13:07 +0000
committerJeremias Maerki <jeremias@apache.org>2011-02-04 15:13:07 +0000
commit0d5b2a69b9ef87ebd2c383172214673667f2a23c (patch)
tree10ebeaf5d5e2e3a7351e931b34b1984c814d762e /test/java/org/apache
parent8312fbff3f5f45d205449be19af94203014e658c (diff)
downloadxmlgraphics-fop-0d5b2a69b9ef87ebd2c383172214673667f2a23c.tar.gz
xmlgraphics-fop-0d5b2a69b9ef87ebd2c383172214673667f2a23c.zip
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
Diffstat (limited to 'test/java/org/apache')
-rw-r--r--test/java/org/apache/fop/util/BitmapImageUtilTestCase.java2
1 files changed, 1 insertions, 1 deletions
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.