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:42:33 UTC

[xmlgraphics-fop-pdf-images] branch skynavga/ignore-test-float-cache-temporarily created (now e8c5ee2)

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

gadams pushed a change to branch skynavga/ignore-test-float-cache-temporarily
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git


      at e8c5ee2  Update PDFWriterTestCase.java

This branch includes the following new commits:

     new e8c5ee2  Update PDFWriterTestCase.java

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[xmlgraphics-fop-pdf-images] 01/01: Update PDFWriterTestCase.java

Posted by ga...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gadams pushed a commit to branch skynavga/ignore-test-float-cache-temporarily
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git

commit e8c5ee23972e00ede6e11ed18d44c31fa3837d40
Author: Glenn Adams <gl...@skynav.com>
AuthorDate: Thu Mar 9 22:42:30 2023 -0600

    Update PDFWriterTestCase.java
---
 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