aboutsummaryrefslogtreecommitdiffstats
path: root/test/fotree
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2008-05-13 09:58:01 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2008-05-13 09:58:01 +0000
commit2c493c4789790b291b7c0213c9e82c6b7e63cf80 (patch)
tree47ab22a995c51986a88a7fbcbdda9fdc4ce5f853 /test/fotree
parent1781e21b478c18a34a8050ad5a31b36292905ca6 (diff)
downloadxmlgraphics-fop-2c493c4789790b291b7c0213c9e82c6b7e63cf80.tar.gz
xmlgraphics-fop-2c493c4789790b291b7c0213c9e82c6b7e63cf80.zip
Undo r655765, which was causing NPEs in the layout-tests
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655791 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/fotree')
-rw-r--r--test/fotree/testcases/id_auto.fo28
1 files changed, 0 insertions, 28 deletions
diff --git a/test/fotree/testcases/id_auto.fo b/test/fotree/testcases/id_auto.fo
deleted file mode 100644
index 8e8d03b7e..000000000
--- a/test/fotree/testcases/id_auto.fo
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:test="http://xmlgraphics.apache.org/fop/test">
- <test:assert property="id" expected="FO_1" />
- <fo:layout-master-set>
- <test:assert property="id" expected="FO_2" />
- <fo:simple-page-master master-name="simpleA4" page-height="29.7cm" page-width="21cm" margin-top="2cm" margin-bottom="2cm" margin-left="2cm" margin-right="2cm">
- <test:assert property="id" expected="FO_3" />
- <fo:region-body>
- <test:assert property="id" expected="FO_4" />
- </fo:region-body>
- </fo:simple-page-master>
- </fo:layout-master-set>
- <fo:page-sequence master-reference="simpleA4">
- <test:assert property="id" expected="FO_5" />
- <fo:flow flow-name="xsl-region-body">
- <test:assert property="id" expected="FO_6" />
- <fo:block font-size="14pt" id="block">Hello
- <test:assert property="id" expected="block"/>
- <fo:inline> World!
- <test:assert property="id" expected="FO_7" />
- </fo:inline>
- </fo:block>
- <fo:block font-family="ZapfDingbats">&#2702;
- <test:assert property="id" expected="FO_8" />
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>