Changeset 3468
- Timestamp:
- 07/16/08 16:41:37 (4 months ago)
- Files:
-
- trunk/projects/bos/test/allocation.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/projects/bos/test/allocation.lisp
r3279 r3468 209 209 (finishes (delete-object (make-contract (make-sponsor :login "test-sponsor") 1 :paidp nil)))) 210 210 211 (test validate-allocation-cache 212 (with-fixture initial-bos-store () 213 (let ((area1 (make-allocation-rectangle 0 0 8 8))) 214 (finishes (bos.m2::validate-allocation-cache)))))
