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/31 10:22:23 UTC

svn commit: r1737190 - in /xmlgraphics/fop/trunk: fop-core/src/test/java/org/apache/fop/HyphenationTestCase.java fop/test/resources/fop/fr.xml

Author: ssteiner
Date: Thu Mar 31 08:22:23 2016
New Revision: 1737190

URL: http://svn.apache.org/viewvc?rev=1737190&view=rev
Log:
Re-enable hyph test

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

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=1737190&r1=1737189&r2=1737190&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 Thu Mar 31 08:22:23 2016
@@ -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.Hyphen
 
 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");

Modified: xmlgraphics/fop/trunk/fop/test/resources/fop/fr.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/test/resources/fop/fr.xml?rev=1737190&r1=1737189&r2=1737190&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop/test/resources/fop/fr.xml (original)
+++ xmlgraphics/fop/trunk/fop/test/resources/fop/fr.xml Thu Mar 31 08:22:23 2016
@@ -2,12 +2,16 @@
 <hyphenation-info>
 <hyphen-min before="2" after="3"/>
 
+<classes>
+h
+e
+l
+o
+</classes>
+
 <exceptions>
 </exceptions>
 
-<classes>
-
-</classes> 
 <patterns>
 1he
 1lo



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