diff options
Diffstat (limited to 'test/java')
-rw-r--r-- | test/java/org/apache/fop/util/BitmapImageUtilTestCase.java | 2 |
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. |