XSLT Tests: Difference between revisions

Jump to navigation Jump to search
157 bytes removed ,  10 March 2007
m
→‎Getting the XSLT test suite: - fixed svn URL and command-line
m (→‎Getting the XSLT test suite: - repository changed)
m (→‎Getting the XSLT test suite: - fixed svn URL and command-line)
Line 1: Line 1:
= Getting the XSLT test suite =
= Getting the XSLT test suite =


# Pick a directory under which the tests will live.  From now on it will be referred to as <code>$TESTHOME</code>.  Note that the only thing created in <code>$TESTHOME</code> will be an <code>xml-xalan/</code> directory.
# Pick a directory under which the tests will live.  From now on it will be referred to as <code>$TESTHOME</code>.  Note that the only thing created in <code>$TESTHOME</code> will be an <code>xalan-test/</code> directory.
# set CVSROOT to <code>:pserver:anoncvs@cvs.apache.org:/home/cvspublic</code>
# Use the SVN repository base URL http://svn.apache.org/repos/asf/
# Check out the <code>xml-xalan/test</code> module.
# Check out the trunk of the <code>xalan/test</code> module.


For example, on a Unix system you might do
For example, on a Unix system you might do


   cd ~
   cd ~
   cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co xml-xalan/test
   svn co http://svn.apache.org/repos/asf/xalan/test/trunk xalan-test
 
(Note... the above cvs server seems to be no more. Instead use SVN and svn.apache.org. If someone can give the svn command line that would be nice.)


= Running the tests =
= Running the tests =
3

edits

Navigation menu