You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2016/07/06 12:24:15 UTC

svn commit: r1751671 - /xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/ps/PSImageUtilsTestCase.java

Author: ssteiner
Date: Wed Jul  6 12:24:15 2016
New Revision: 1751671

URL: http://svn.apache.org/viewvc?rev=1751671&view=rev
Log:
FOP-2619: Test needed pdf-plugin

Modified:
    xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/ps/PSImageUtilsTestCase.java

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/ps/PSImageUtilsTestCase.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/ps/PSImageUtilsTestCase.java?rev=1751671&r1=1751670&r2=1751671&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/ps/PSImageUtilsTestCase.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/ps/PSImageUtilsTestCase.java Wed Jul  6 12:24:15 2016
@@ -22,6 +22,7 @@ import java.io.ByteArrayOutputStream;
 import java.io.File;
 
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import org.apache.xmlgraphics.image.loader.ImageInfo;
@@ -32,6 +33,7 @@ import org.apache.fop.apps.FopFactory;
 
 public class PSImageUtilsTestCase {
     @Test
+    @Ignore
     public void testIsImageInlined() {
         FOUserAgent foUserAgent = FopFactory.newInstance(new File(".").toURI()).newFOUserAgent();
         ImageInfo imageInfo = new ImageInfo("a", "application/pdf");



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org