aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2008-05-13 08:11:12 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2008-05-13 08:11:12 +0000
commitd1c9f01c49ee2c03ea698861c4c8e339573a2009 (patch)
tree485a372b7b79910968ea42d799318958f63091ea /test
parent6ddc5c33ed8f5281590b6242520171b7cc7ca7ae (diff)
downloadxmlgraphics-fop-d1c9f01c49ee2c03ea698861c4c8e339573a2009.tar.gz
xmlgraphics-fop-d1c9f01c49ee2c03ea698861c4c8e339573a2009.zip
Alter auto-id naming to avoid confusion with URI fragment identifiers
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655771 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/fotree/testcases/id_auto.fo16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/fotree/testcases/id_auto.fo b/test/fotree/testcases/id_auto.fo
index 414cbea8a..8e8d03b7e 100644
--- a/test/fotree/testcases/id_auto.fo
+++ b/test/fotree/testcases/id_auto.fo
@@ -1,27 +1,27 @@
<?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" />
+ <test:assert property="id" expected="FO_1" />
<fo:layout-master-set>
- <test:assert property="id" expected="FO#2" />
+ <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" />
+ <test:assert property="id" expected="FO_3" />
<fo:region-body>
- <test:assert property="id" expected="FO#4" />
+ <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" />
+ <test:assert property="id" expected="FO_5" />
<fo:flow flow-name="xsl-region-body">
- <test:assert property="id" expected="FO#6" />
+ <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" />
+ <test:assert property="id" expected="FO_7" />
</fo:inline>
</fo:block>
<fo:block font-family="ZapfDingbats">&#2702;
- <test:assert property="id" expected="FO#8" />
+ <test:assert property="id" expected="FO_8" />
</fo:block>
</fo:flow>
</fo:page-sequence>