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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to