From 475ee0db1238a3df506c4290eb96b735fc174975 Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Wed, 6 Apr 2005 21:27:04 +0000 Subject: [PATCH] for the DOM tests, Java and `ant' are required... --- README.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.html b/README.html index e75519b..939873e 100644 --- a/README.html +++ b/README.html @@ -245,9 +245,13 @@ $ cvs co cxml
$ export CVSROOT=:pserver:anonymous@dev.w3.org:/sources/public
 $ cvs login    # password is "anonymous"
 $ cvs co 2001/XML-Test-Suite/xmlconf
-$ cvs co -D '2005-05-06 23:00' 2001/DOM-Test-Suite
-

(Omit -D to get the latest version, which may not work - with cxml yet.)

+$ cvs co -D '2005-05-06 23:00' 2001/DOM-Test-Suite +$ cd 2001/DOM-Test-Suite && ant dom1-dtd +

+ Omit -D to get the latest version, which may not work + with cxml yet. The ant step is necessary to run the DOM + tests. +

Usage and expected output:

* (xmlconf:run-all-tests "/path/to/2001/XML-Test-Suite/xmlconf/")
 0/556 tests failed; 1606 tests were skipped