[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/blob_transaction.txt MappingStorage's size algorithm changed.

Jim Fulton jim at zope.com
Sat Oct 25 20:36:19 EDT 2008


Log message for revision 92559:
  MappingStorage's size algorithm changed.
  

Changed:
  U   ZODB/trunk/src/ZODB/tests/blob_transaction.txt

-=-
Modified: ZODB/trunk/src/ZODB/tests/blob_transaction.txt
===================================================================
--- ZODB/trunk/src/ZODB/tests/blob_transaction.txt	2008-10-26 00:36:16 UTC (rev 92558)
+++ ZODB/trunk/src/ZODB/tests/blob_transaction.txt	2008-10-26 00:36:18 UTC (rev 92559)
@@ -351,7 +351,7 @@
     >>> garbage_file = os.path.join(blob_dir, 'garbage')
     >>> open(garbage_file, 'w').write('garbage')
     >>> int(blob_storage.getSize())
-    881
+    2849
 
 
 Note: This is a counter measer against regression of bug #12991.



More information about the Zodb-checkins mailing list