From 66ee5d6e8ec3d21cb3634ea55e8b9f364eeefac2 Mon Sep 17 00:00:00 2001 From: Simon Steiner Date: Thu, 31 Mar 2016 08:22:23 +0000 Subject: Re-enable hyph test git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1737190 13f79535-47bb-0310-9956-ffa450edef68 --- fop-core/src/test/java/org/apache/fop/HyphenationTestCase.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'fop-core') diff --git a/fop-core/src/test/java/org/apache/fop/HyphenationTestCase.java b/fop-core/src/test/java/org/apache/fop/HyphenationTestCase.java index 5146427b3..2cb7845b6 100644 --- a/fop-core/src/test/java/org/apache/fop/HyphenationTestCase.java +++ b/fop-core/src/test/java/org/apache/fop/HyphenationTestCase.java @@ -23,7 +23,6 @@ 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; @@ -37,7 +36,6 @@ import org.apache.fop.hyphenation.Hyphenator; public class HyphenationTestCase { - @Ignore @Test public void testHyphenator() { File f = new File("test/resources/fop"); @@ -48,7 +46,6 @@ public class HyphenationTestCase { assertEquals(hyph.toString(), "-hel-lo"); } - @Ignore @Test public void testHyphenatorBinary() throws HyphenationException, IOException { File f = File.createTempFile("hyp", "fop"); -- cgit v1.2.3