XSLT Tests: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 7: Line 7:


   env CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic cvs co xml-xalan/test
   env CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic cvs co xml-xalan/test
= Running the tests =
Follow the directions in [http://lxr.mozilla.org/seamonkey/source/content/xslt/tests/buster/ReadMe The XLST test README]

Revision as of 22:21, 13 January 2006

Getting the XSLT test suite

  1. set CVSROOT to :pserver:anoncvs@cvs.apache.org:/home/cvspublic
  2. Check out the xml-xalan/test module.

For example, on a Unix you might do

 env CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic cvs co xml-xalan/test

Running the tests

Follow the directions in The XLST test README