projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
689c71f
)
test_mutable.py: accomodate changes to mutable.py logging
author
Brian Warner
<warner@allmydata.com>
Fri, 11 Jan 2008 05:18:34 +0000
(22:18 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 11 Jan 2008 05:18:34 +0000
(22:18 -0700)
src/allmydata/test/test_mutable.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_mutable.py
b/src/allmydata/test/test_mutable.py
index f42cd3f5a2e1f783a1aecef061f29364577fe6c1..28d509897a189768705e37656951ec34366c0a8b 100644
(file)
--- 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: