[elephant-cvs] CVS elephant/tests
ieslick
ieslick at common-lisp.net
Sun Apr 29 02:11:04 UTC 2007
Update of /project/elephant/cvsroot/elephant/tests
In directory clnet:/tmp/cvs-serv12328/tests
Modified Files:
testmigration.lisp
Log Message:
Fixes for lispworks in tests & deadlock detect; fixes for openmcl in pointer manipulation
--- /project/elephant/cvsroot/elephant/tests/testmigration.lisp 2007/03/24 10:51:45 1.20
+++ /project/elephant/cvsroot/elephant/tests/testmigration.lisp 2007/04/29 02:11:02 1.21
@@ -34,7 +34,7 @@
(progn
(format t "~%Single store mode: ignoring")
t)
- (let* ((*store-controller*)
+ (let* (*store-controller*
(sc1 (open-store *test-spec-primary* :recover t :deadlock-detect t))
(sc2 (open-store *test-spec-secondary* :recover t :deadlock-detect t)))
(unwind-protect
More information about the Elephant-cvs
mailing list