You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ga...@apache.org on 2023/03/10 04:49:36 UTC

[xmlgraphics-fop-pdf-images] branch main updated: Update PDFWriterTestCase.java (#9)

This is an automated email from the ASF dual-hosted git repository.

gadams pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git


The following commit(s) were added to refs/heads/main by this push:
     new 32e2907  Update PDFWriterTestCase.java (#9)
32e2907 is described below

commit 32e2907dfe59e4dc7e4f2ade17b4d83497d8f474
Author: Glenn Adams <gl...@skynav.com>
AuthorDate: Thu Mar 9 22:49:32 2023 -0600

    Update PDFWriterTestCase.java (#9)
---
 test/java/org/apache/fop/render/pdf/PDFWriterTestCase.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/java/org/apache/fop/render/pdf/PDFWriterTestCase.java b/test/java/org/apache/fop/render/pdf/PDFWriterTestCase.java
index 03dbc05..8756f5f 100644
--- a/test/java/org/apache/fop/render/pdf/PDFWriterTestCase.java
+++ b/test/java/org/apache/fop/render/pdf/PDFWriterTestCase.java
@@ -21,6 +21,7 @@ import java.io.IOException;
 import java.util.Locale;
 
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import org.apache.pdfbox.pdmodel.PDDocument;
@@ -41,6 +42,7 @@ public class PDFWriterTestCase {
         Locale.setDefault(l);
     }
 
+    @Ignore
     @Test
     public void testFloatCache() throws IOException {
         String text = "[1.1 1.1] a";


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