3
edits
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> | # 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. | ||
# | # Use the SVN repository base URL http://svn.apache.org/repos/asf/ | ||
# Check out the <code> | # 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 ~ | ||
svn co http://svn.apache.org/repos/asf/xalan/test/trunk xalan-test | |||
= Running the tests = | = Running the tests = |
edits