diff options
author | Joerg Pietschmann <pietsch@apache.org> | 2008-05-08 15:36:02 +0000 |
---|---|---|
committer | Joerg Pietschmann <pietsch@apache.org> | 2008-05-08 15:36:02 +0000 |
commit | 9e1eac2abcf59fa4d5c94ad9094140abbc7b49e8 (patch) | |
tree | ff507c16c436291d625541a1a97873b467835c41 /test/basictests.xml | |
parent | 4e22f88702287c9a3714c2e3cdea5f10f745926a (diff) | |
download | xmlgraphics-fop-9e1eac2abcf59fa4d5c94ad9094140abbc7b49e8.tar.gz xmlgraphics-fop-9e1eac2abcf59fa4d5c94ad9094140abbc7b49e8.zip |
Quick fix for XML validation error
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654557 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/basictests.xml')
-rw-r--r-- | test/basictests.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/basictests.xml b/test/basictests.xml index 7b01d3f41..8f5dfc719 100644 --- a/test/basictests.xml +++ b/test/basictests.xml @@ -1,9 +1,9 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE testsuite SYSTEM "testsuite.dtd"> <testsuite profile="Basic Conformance Tests"> <testcases profile="Example"> <testcases profile="simpleblock" > - <test id="1" interaction="none" fo="block" xml="xml/1.xml" xsl="xsl/doc.xsl" level="basic"> + <test id="xml1" interaction="none" fo="block" xml="xml/1.xml" xsl="xsl/doc.xsl" level="basic"> simple test </test> <testresult id="1" agreement="full"> |