[cxml-cvs] CVS cxml/test
dlichteblau
dlichteblau at common-lisp.net
Sun Aug 20 11:48:59 UTC 2006
Update of /project/cxml/cvsroot/cxml/test
In directory clnet:/tmp/cvs-serv18207/test
Modified Files:
domtest.lisp xmlconf.lisp
Log Message:
bla
--- /project/cxml/cvsroot/cxml/test/domtest.lisp 2005/12/28 23:11:38 1.16
+++ /project/cxml/cvsroot/cxml/test/domtest.lisp 2006/08/20 11:48:58 1.17
@@ -713,8 +713,14 @@
(lisp (slurp-test (merge-pathnames href test-directory)))
(cxml::*validate* nil))
(print lisp)
+ (fresh-line)
(when lisp
(funcall (compile nil lisp)))))
#+(or)
-(run-all-tests "~/src/2001/DOM-Test-Suite/")
+(domtest::run-all-tests "/home/david/2001/DOM-Test-Suite/")
+
+#+(or)
+(domtest::run-test "/home/david/2001/DOM-Test-Suite/"
+ 1
+ "attrcreatedocumentfragment.xml")
--- /project/cxml/cvsroot/cxml/test/xmlconf.lisp 2005/12/28 23:11:38 1.12
+++ /project/cxml/cvsroot/cxml/test/xmlconf.lisp 2006/08/20 11:48:58 1.13
@@ -206,4 +206,4 @@
t)))
#+(or)
-(xmlconf::dribble-tests "/home/david/2001/XML-Test-Suite/xmlconf/")
+(xmlconf::run-all-tests "/home/david/2001/XML-Test-Suite/xmlconf/")
More information about the Cxml-cvs
mailing list