You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by Apache Wiki <wi...@apache.org> on 2005/12/21 22:38:30 UTC

[Xmlgraphics-fop Wiki] Update of "HowToCreateLayoutEngineTests" by SimonPepping

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification.

The following page has been changed by SimonPepping:
http://wiki.apache.org/xmlgraphics-fop/HowToCreateLayoutEngineTests

------------------------------------------------------------------------------
   * '''fop.layoutengine.disabled''': Here you can specify the filename for the file that contains the disabled test cases (Normally you should set this to: {{{test/layoutengine/disabled-testcases.xml}}})
   * '''fop.layoutengine.single''': Lets you specify the name of a single test case to run. (Filename including extension)
   * '''fop.layoutengine.starts-with''': Filters all available test cases to file names that begin with the specified text. ("table" runs all table-related tests)
-  * '''fop.layoutengine.testset''': Lets you specify a particular test set to run. Currently available values are: {{{standard}}} and {{{hyphenation}}}. If you don't specify this property the "standard" test set is run (equals to the "standard-testcases" directory).
+  * '''fop.layoutengine.testset''': Lets you specify a particular test set to run. A test set called ''mytests'' consists of all test files in directory ''mytests''-testcases. Currently FOP contains the test sets "standard" and "hyphenation". If you don't specify this property the "standard" test set is run.
  
  To make switching between different sets of test cases easier, consider simply adding an "x" or something like that into the system property which simply causes the property not to be found anymore. This essentially disables it.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org