diff options
author | Keiron Liddle <keiron@apache.org> | 2001-05-16 12:18:18 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-05-16 12:18:18 +0000 |
commit | 819ffe38fdc5d7638f960eee8d386f21286274bb (patch) | |
tree | fa32df6e40bb9d7d55645440874bae152bd80fbe /test/Testing | |
parent | bcc5a04eee822e5d26a741580f5a06654ca1fa08 (diff) | |
download | xmlgraphics-fop-819ffe38fdc5d7638f960eee8d386f21286274bb.tar.gz xmlgraphics-fop-819ffe38fdc5d7638f960eee8d386f21286274bb.zip |
added some simple test files with blocks
also a script to create pdf from test suites
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Testing')
-rw-r--r-- | test/Testing | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/Testing b/test/Testing index 180e73d87..b5dbb4b4f 100644 --- a/test/Testing +++ b/test/Testing @@ -2,6 +2,20 @@ Testing procedure for FOP (to be written using appropriate xml document) +To Write a new test + +Determine what type of test it is: +- basic conformance test +- complex conformance, interaction +- bugtest for fop + +You will add the test to the appropriate file. + +Write the test. You can either write an fo document which is copied using copy.xsl or simply write a fragment and use one of the standard document xsl's. + +Put the test in test/xml. +Put the information for the test in testsuite xml file, including a result. + 1) Aim Need an infrastructure to develop and perform tests. |