[Checkins] SVN:	Zope/branches/2.11/lib/python/Testing/custom_zodb.py Remove	quota argument.
    Stefan H. Holek 
    stefan at epy.co.at
       
    Sat Nov 22 04:25:08 EST 2008
    
    
  
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()
    
    
More information about the Checkins
mailing list