Log message for revision 93259:
  Remove quota argument.

Changed:
  U   Zope/branches/2.11/lib/python/Testing/custom_zodb.py

-=-
Modified: Zope/branches/2.11/lib/python/Testing/custom_zodb.py
===================================================================
--- Zope/branches/2.11/lib/python/Testing/custom_zodb.py        2008-11-22 
09:24:48 UTC (rev 93258)
+++ Zope/branches/2.11/lib/python/Testing/custom_zodb.py        2008-11-22 
09:25:08 UTC (rev 93259)
@@ -31,6 +31,6 @@
     else:
         from ZODB.DemoStorage import DemoStorage
         LOG.info('Using DemoStorage')
-        return DemoStorage(quota=(1<<20))
+        return DemoStorage()
 
 Storage = getStorage()

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to