]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_mutable.py: accomodate changes to mutable.py logging
authorBrian Warner <warner@allmydata.com>
Fri, 11 Jan 2008 05:18:34 +0000 (22:18 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 11 Jan 2008 05:18:34 +0000 (22:18 -0700)
src/allmydata/test/test_mutable.py

index f42cd3f5a2e1f783a1aecef061f29364577fe6c1..28d509897a189768705e37656951ec34366c0a8b 100644 (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: