Browse Source

Quick fix for XML validation error

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654557 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Joerg Pietschmann 16 years ago
parent
commit
9e1eac2abc
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      test/basictests.xml

+ 2
- 2
test/basictests.xml View File

@@ -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">

Loading…
Cancel
Save