Changeset 3453
- Timestamp:
- 07/16/08 10:59:09 (4 months ago)
- Files:
-
- trunk/projects/bos/test/fixtures.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/projects/bos/test/fixtures.lisp
r3422 r3453 57 57 (make-user "anonymous") ; needed for web tests 58 58 (&body)) 59 (close-store) 60 (cl-fad:delete-directory-and-files store-path)))) 59 (close-store) 60 ;; (cl-fad:delete-directory-and-files store-path) ; fails on ccl 61 (asdf:run-shell-command "rm -r '~A'" store-path)))) 61 62 62 63 (defmacro store-test (name &body body)
