summaryrefslogtreecommitdiffstats
path: root/fop-core
diff options
context:
space:
mode:
Diffstat (limited to 'fop-core')
-rw-r--r--fop-core/src/test/java/org/apache/fop/events/EventProcessingTestCase.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/fop-core/src/test/java/org/apache/fop/events/EventProcessingTestCase.java b/fop-core/src/test/java/org/apache/fop/events/EventProcessingTestCase.java
index 4f87cca20..66ec43193 100644
--- a/fop-core/src/test/java/org/apache/fop/events/EventProcessingTestCase.java
+++ b/fop-core/src/test/java/org/apache/fop/events/EventProcessingTestCase.java
@@ -112,6 +112,12 @@ public class EventProcessingTestCase {
}
@Test
+ public void testBookmarks() throws Exception {
+ doTest("bookmarks.fo",
+ AreaEventProducer.class.getName() + ".unresolvedIDReference");
+ }
+
+ @Test
public void testResource() throws Exception {
doTest("resource.fo",
ResourceEventProducer.class.getName() + ".imageNotFound");