test_mutable.py: accomodate changes to mutable.py logging

This commit is contained in:
Brian Warner 2008-01-10 22:18:34 -07:00
parent 689c71f946
commit 11179bb7d7

View File

@ -275,6 +275,7 @@ class Publish(unittest.TestCase):
fn.create(CONTENTS)
p = FakePublish(fn)
p._storage_index = "\x00"*32
p._new_seqnum = 3
#r = mutable.Retrieve(fn)
p._peers = {}
for peerid in c._peerids: