You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/pdfbox/files/2.0.24-tests-ignore.patch

21 lines
669 B

# public void testPDFBox3826() throws IOException, URISyntaxException
# https://issues.apache.org/jira/browse/PDFBOX-3826
--- a/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/font/PDFontTest.java
+++ b/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/font/PDFontTest.java
@@ -44,6 +44,7 @@ import org.apache.pdfbox.text.PDFTextStripper;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
+import org.junit.Ignore;
/**
*
@@ -133,6 +134,7 @@ public class PDFontTest
* @throws IOException
* @throws URISyntaxException
*/
+ @Ignore
@Test
public void testPDFBox3826() throws IOException, URISyntaxException
{