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

Reply via email to