Scott Lamb asks: >What's the preferred way to make regression tests? I noticed the >xml-xalan/test/tests/bugzilla directory, but there haven't been any >tests added there in 15 months. Is there a new system?
Typically, we prefer to write a "conformance" or "acceptance" test that is small and focuses on one unique detail. A test qualifies as "conformance" if all XSLT processors are required to behave the same way. Often, tests in the tests/bugzilla directory are ones that have not been narrowed down. .................David Marston
