aboutsummaryrefslogtreecommitdiffstats
path: root/test/basictests.xml
blob: 7b01d3f412f9912fdfc95675fef56c4587b7ceb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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">
simple test
</test>
      <testresult id="1" agreement="full">
      </testresult>
      </testcases>
      </testcases>
   <testcases profile="Block Objects">
      <testcases profile="alignment" >
         <test id="bbo1a1" interaction="none" fo="block" xml="xml/bbo1a1.xml" xsl="xsl/doc.xsl" level="basic">
all sorts of alignment for blocks
</test>
      <testresult id="bbo1a1" agreement="issues">
      </testresult>
      </testcases>
      <testcases profile="keeps breaks" >
         <test id="bbo1b1" interaction="none" fo="block" xml="xml/bbo1b1.xml" xsl="xsl/doc.xsl" level="basic">
keeps and breaks for blocks
</test>
      <testresult id="bbo1b1" agreement="issues">
      </testresult>
      </testcases>
      </testcases>
</testsuite>