You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

basictests.xml 1.0KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE testsuite SYSTEM "testsuite.dtd">
  3. <testsuite profile="Basic Conformance Tests">
  4. <testcases profile="Example">
  5. <testcases profile="simpleblock" >
  6. <test id="xml1" interaction="none" fo="block" xml="xml/1.xml" xsl="xsl/doc.xsl" level="basic">
  7. simple test
  8. </test>
  9. <testresult id="1" agreement="full">
  10. </testresult>
  11. </testcases>
  12. </testcases>
  13. <testcases profile="Block Objects">
  14. <testcases profile="alignment" >
  15. <test id="bbo1a1" interaction="none" fo="block" xml="xml/bbo1a1.xml" xsl="xsl/doc.xsl" level="basic">
  16. all sorts of alignment for blocks
  17. </test>
  18. <testresult id="bbo1a1" agreement="issues">
  19. </testresult>
  20. </testcases>
  21. <testcases profile="keeps breaks" >
  22. <test id="bbo1b1" interaction="none" fo="block" xml="xml/bbo1b1.xml" xsl="xsl/doc.xsl" level="basic">
  23. keeps and breaks for blocks
  24. </test>
  25. <testresult id="bbo1b1" agreement="issues">
  26. </testresult>
  27. </testcases>
  28. </testcases>
  29. </testsuite>