[elephant-cvs] CVS elephant/tests
rread
rread at common-lisp.net
Fri Feb 17 04:22:19 UTC 2006
Update of /project/elephant/cvsroot/elephant/tests
In directory common-lisp:/tmp/cvs-serv19434/tests
Modified Files:
elephant-tests.lisp
Log Message:
Removing duplicate definition.
--- /project/elephant/cvsroot/elephant/tests/elephant-tests.lisp 2006/02/10 01:39:13 1.11
+++ /project/elephant/cvsroot/elephant/tests/elephant-tests.lisp 2006/02/17 04:22:19 1.12
@@ -103,12 +103,12 @@
(do-all-tests-spec *testsqlite3-path*)
))
-(defun do-all-tests-spec (spec)
- (when spec
- (with-open-store (spec)
- (let ((*auto-commit* nil))
- (declare (special *auto-commit*))
- (do-tests)))))
+;; (defun do-all-tests-spec (spec)
+;; (when spec
+;; (with-open-store (spec)
+;; (let ((*auto-commit* nil))
+;; (declare (special *auto-commit*))
+;; (do-tests)))))
(defun do-test-spec (testname &optional (spec *testdb-path*))
"For easy interactive running of tests while debugging"
More information about the Elephant-cvs
mailing list