[bknr-cvs] ksprotte changed trunk/projects/bos/
BKNR Commits
bknr at bknr.net
Tue Jul 22 08:45:49 UTC 2008
Revision: 3544
Author: ksprotte
URL: http://bknr.net/trac/changeset/3544
rebuild-cache should not be exported; fix for test ALLOCATION-AREA.TWO-AREAS
U trunk/projects/bos/m2/packages.lisp
U trunk/projects/bos/test/allocation.lisp
Modified: trunk/projects/bos/m2/packages.lisp
===================================================================
--- trunk/projects/bos/m2/packages.lisp 2008-07-22 08:35:04 UTC (rev 3543)
+++ trunk/projects/bos/m2/packages.lisp 2008-07-22 08:45:49 UTC (rev 3544)
@@ -289,7 +289,6 @@
(:export #:find-exact-match
#:add-area
#:count-cache-entries
- #:pprint-cache
- #:rebuild-cache
+ #:pprint-cache
#:allocation-cache-subsystem))
Modified: trunk/projects/bos/test/allocation.lisp
===================================================================
--- trunk/projects/bos/test/allocation.lisp 2008-07-22 08:35:04 UTC (rev 3543)
+++ trunk/projects/bos/test/allocation.lisp 2008-07-22 08:45:49 UTC (rev 3544)
@@ -76,8 +76,7 @@
(sponsor (make-sponsor :login "test-sponsor"))
(total-free (+ 64 64)))
(progn
- (iter (while (> total-free 20))
- (bos.m2.allocation-cache:rebuild-cache)
+ (iter (while (> total-free 20))
(for size = (1+ (random 3)))
(is (= total-free (+ (allocation-area-free-m2s area1)
(allocation-area-free-m2s area2))))
More information about the Bknr-cvs
mailing list