aboutsummaryrefslogtreecommitdiffstats
path: root/test/Testing
diff options
context:
space:
mode:
Diffstat (limited to 'test/Testing')
-rw-r--r--test/Testing14
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.