diff options
author | Simon Steiner <ssteiner@apache.org> | 2016-03-30 15:08:53 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2016-03-30 15:08:53 +0000 |
commit | 7de55887e4bd8ac74a060abf7b540d04b4295402 (patch) | |
tree | a33f83c715f22fd24f2598452da715ba4d7d9b71 /fop-core | |
parent | 1739f7c0c9be958f5a10b83f192c0aab9eb8c4e2 (diff) | |
download | xmlgraphics-fop-7de55887e4bd8ac74a060abf7b540d04b4295402.tar.gz xmlgraphics-fop-7de55887e4bd8ac74a060abf7b540d04b4295402.zip |
Re-enable PDF test
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1737121 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop-core')
-rw-r--r-- | fop-core/src/test/java/org/apache/fop/render/pdf/PDFEncodingTestCase.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git 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 index 3de6a9378..fc6212dcd 100644 --- 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 @@ -57,7 +57,6 @@ public class PDFEncodingTestCase extends BasePDFTest { * Test using a standard FOP font * @throws Exception checkstyle wants a comment here, even a silly one */ - @Ignore("Failing in maven test, skip for time being.") @Test public void testPDFEncodingWithStandardFont() throws Exception { |