Commit 49cebd1e authored by Jim Fulton's avatar Jim Fulton

MappingStorage's size algorithm changed.

parent 6cb2c2de
......@@ -351,7 +351,7 @@ getSize function needs to ignore:
>>> 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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment