diff options
author | Glenn Adams <gadams@apache.org> | 2016-03-06 06:14:41 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2016-03-06 06:14:41 +0000 |
commit | 57949ba0cfffa2dd5933a103c6ad867de9f1e7a0 (patch) | |
tree | cd1d8100a9135449635251820f39f272151005ac /fop/test/basictests.xml | |
parent | c8cde713f54ca731f4a7f3bfaef8af9e8a1b9262 (diff) | |
download | xmlgraphics-fop-57949ba0cfffa2dd5933a103c6ad867de9f1e7a0.tar.gz xmlgraphics-fop-57949ba0cfffa2dd5933a103c6ad867de9f1e7a0.zip |
Configure maven build.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1733788 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop/test/basictests.xml')
-rw-r--r-- | fop/test/basictests.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/fop/test/basictests.xml b/fop/test/basictests.xml new file mode 100644 index 000000000..8f5dfc719 --- /dev/null +++ b/fop/test/basictests.xml @@ -0,0 +1,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="xml1" 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> |