diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-java/fop/files/fop-2.9-PDFEncodingTestCase.patch | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-java/fop/files/fop-2.9-PDFEncodingTestCase.patch')
| -rw-r--r-- | dev-java/fop/files/fop-2.9-PDFEncodingTestCase.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-java/fop/files/fop-2.9-PDFEncodingTestCase.patch b/dev-java/fop/files/fop-2.9-PDFEncodingTestCase.patch deleted file mode 100644 index 8508de962382..000000000000 --- a/dev-java/fop/files/fop-2.9-PDFEncodingTestCase.patch +++ /dev/null @@ -1,31 +0,0 @@ -There was 1 failure: -1) testPDFEncodingWithStandardFont(org.apache.fop.render.pdf.PDFEncodingTestCase) -java.lang.AssertionError: line containing 'PDFE_TEST_MARK_2' must contain 'XX_é_XX' - at org.junit.Assert.fail(Assert.java:89) - at org.junit.Assert.assertTrue(Assert.java:42) - at org.apache.fop.render.pdf.PDFEncodingTestCase.checkEncoding(PDFEncodingTestCase.java:159) - at org.apache.fop.render.pdf.PDFEncodingTestCase.runTest(PDFEncodingTestCase.java:128) - at org.apache.fop.render.pdf.PDFEncodingTestCase.testPDFEncodingWithStandardFont(PDFEncodingTestCase.java:78) - -FAILURES!!! -Tests run: 3, Failures: 1 - ---- a/fop-core/src/test/java/org/apache/fop/render/pdf/PDFEncodingTestCase.java -+++ b/fop-core/src/test/java/org/apache/fop/render/pdf/PDFEncodingTestCase.java -@@ -25,6 +25,7 @@ import java.io.File; - import java.io.IOException; - - import org.junit.Test; -+import org.junit.Ignore; - import org.xml.sax.SAXException; - - import static org.junit.Assert.assertEquals; -@@ -61,7 +62,7 @@ public class PDFEncodingTestCase extends BasePDFTest { - * Test using a standard FOP font - * @throws Exception checkstyle wants a comment here, even a silly one - */ -- @Test -+ @Test @Ignore - public void testPDFEncodingWithStandardFont() throws Exception { - - /* If the PDF encoding is correct, a text dump of the generated PDF file contains this (excerpts) |
