[clhp-cvs] CVS update: clhp/tests/cgi-test.lisp

Anthony Ventimiglia aventimiglia at common-lisp.net
Thu Oct 2 17:43:06 UTC 2003


Update of /project/clhp/cvsroot/clhp/tests
In directory common-lisp.net:/tmp/cvs-serv18549/tests

Modified Files:
	cgi-test.lisp 
Log Message:
(a-list-value): Convenience macro for getting the
values of a-lists

Date: Thu Oct  2 13:43:06 2003
Author: aventimiglia

Index: clhp/tests/cgi-test.lisp
diff -u clhp/tests/cgi-test.lisp:1.1 clhp/tests/cgi-test.lisp:1.2
--- clhp/tests/cgi-test.lisp:1.1	Wed Oct  1 15:11:33 2003
+++ clhp/tests/cgi-test.lisp	Thu Oct  2 13:43:05 2003
@@ -109,6 +109,8 @@
 ;; And
 ;; POST-DATA QUERY-TO-A-LIST HANDLE-GENERAL-ERROR
 
+;;  Use the following to run-tests
+;; (mapcar #'run-tests *cgi-tests*)
 (setf *cgi-tests*
   (list
    (make-instance 'function-test-data





More information about the Clhp-cvs mailing list