QA tests for XSL Transformations (XSLT) in Mozilla
by Axel Hecht
Mozilla module testcases
Conformance tests
Xalan has lots of conformance tests and we created a UI to run them from within Mozilla. This tool, Buster, is not built by default, so you need to jump through a loop to get to it.Building
To build buster, go to yourbuilddir/extensions/transformiix
and
srcdir/build/autoconf/make-makefiles resources
. Then
cd resources
and make
chrome
. Hrm. Peterv? need mac foo.
Running
The QA menu in Navigator has a submenuXSLT QA
now,
which has entries for Xalan tests
and
XSLTMark
. Xalan tests is what you want. This starts
buster in a new window. Next thing to do is selecting your
xalan.rdf. The Browse...
button next to Xalan index
opens a filepicker. Then the conf and perf tests should display,
and you can select the tests you want to run.