You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2007/12/26 10:48:43 UTC

svn commit: r606870 - /xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/image/loader/ImagePipelineTestCase.java

Author: jeremias
Date: Wed Dec 26 01:48:43 2007
New Revision: 606870

URL: http://svn.apache.org/viewvc?rev=606870&view=rev
Log:
Removed code causing the test to fail.

Modified:
    xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/image/loader/ImagePipelineTestCase.java

Modified: xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/image/loader/ImagePipelineTestCase.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/image/loader/ImagePipelineTestCase.java?rev=606870&r1=606869&r2=606870&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/image/loader/ImagePipelineTestCase.java (original)
+++ xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/image/loader/ImagePipelineTestCase.java Wed Dec 26 01:48:43 2007
@@ -20,7 +20,6 @@
 package org.apache.xmlgraphics.image.loader;
 
 import java.awt.Dimension;
-import java.io.File;
 
 import junit.framework.TestCase;
 
@@ -81,8 +80,6 @@
         assertNotNull("Image must not be null", img);
         assertEquals(ImageFlavor.RAW_PNG, img.getFlavor());
         assertTrue(img instanceof ImageRawStream);
-        
-        ((ImageRawStream)img).writeTo(new File("D:/out.png"));
     }
     
     private Image createG2DImage() {



---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org