[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/custom_zodb.py Remove quota argument.
Stefan H. Holek
stefan at epy.co.at
Sat Nov 22 04:24:48 EST 2008
Log message for revision 93258:
Remove quota argument.
Changed:
U Zope/trunk/lib/python/Testing/custom_zodb.py
-=-
Modified: Zope/trunk/lib/python/Testing/custom_zodb.py
===================================================================
--- Zope/trunk/lib/python/Testing/custom_zodb.py 2008-11-22 08:58:59 UTC (rev 93257)
+++ Zope/trunk/lib/python/Testing/custom_zodb.py 2008-11-22 09:24:48 UTC (rev 93258)
@@ -31,6 +31,6 @@
else:
from ZODB.DemoStorage import DemoStorage
LOG.info('Using DemoStorage')
- return DemoStorage(quota=(1<<20))
+ return DemoStorage()
Storage = getStorage()
More information about the Zope-Checkins
mailing list