[Zope3-checkins] CVS: Zope/lib/python/ZEO/tests - speed.py:1.12
Jeremy Hylton
jeremy at zope.com
Wed Mar 3 09:31:40 EST 2004
Update of /cvs-repository/Zope/lib/python/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv18899/ZEO/tests
Modified Files:
speed.py
Log Message:
Don't pass an argument to cacheMinimize(). The arg is ignored.
=== Zope/lib/python/ZEO/tests/speed.py 1.11 => 1.12 ===
--- Zope/lib/python/ZEO/tests/speed.py:1.11 Thu Feb 26 19:31:52 2004
+++ Zope/lib/python/ZEO/tests/speed.py Wed Mar 3 09:31:39 2004
@@ -116,7 +116,7 @@
rt=d=p=v=None # release all references
if minimize:
time.sleep(3)
- jar.cacheMinimize(3)
+ jar.cacheMinimize()
def main(args):
opts, args = getopt.getopt(args, 'zd:n:Ds:LMt:U')
More information about the Zope3-Checkins
mailing list