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/03/30 17:45:08 UTC

svn commit: r1737127 - /xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/HyphenationTestCase.java

Author: ssteiner
Date: Wed Mar 30 15:45:08 2016
New Revision: 1737127

URL: http://svn.apache.org/viewvc?rev=1737127&view=rev
Log:
Skip test failing on jenkins

Modified:
    xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/HyphenationTestCase.java

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/HyphenationTestCase.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/HyphenationTestCase.java?rev=1737127&r1=1737126&r2=1737127&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/HyphenationTestCase.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/HyphenationTestCase.java Wed Mar 30 15:45:08 2016
@@ -23,6 +23,7 @@ import java.io.FileOutputStream;
 import java.io.IOException;
 import java.io.ObjectOutputStream;
 
+import org.junit.Ignore;
 import org.junit.Test;
 
 import static org.junit.Assert.assertEquals;
@@ -36,6 +37,7 @@ import org.apache.fop.hyphenation.Hyphen
 
 public class HyphenationTestCase {
 
+    @Ignore
     @Test
     public void testHyphenator() {
         File f = new File("test/resources/fop");
@@ -46,6 +48,7 @@ public class HyphenationTestCase {
         assertEquals(hyph.toString(), "-hel-lo");
     }
 
+    @Ignore
     @Test
     public void testHyphenatorBinary() throws HyphenationException, IOException {
         File f = File.createTempFile("hyp", "fop");



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