From: Brian Warner Date: Fri, 11 Jan 2008 05:18:34 +0000 (-0700) Subject: test_mutable.py: accomodate changes to mutable.py logging X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=11179bb7d7de274cbb19ea003a890161e5475daa;p=tahoe-lafs%2Ftahoe-lafs.git test_mutable.py: accomodate changes to mutable.py logging --- diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py index f42cd3f5..28d50989 100644 --- a/src/allmydata/test/test_mutable.py +++ b/src/allmydata/test/test_mutable.py @@ -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: