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:
b5d1945
)
test_mutable.py: remove spurious Retrieve during a publish test
author
Brian Warner
<warner@allmydata.com>
Tue, 15 Apr 2008 18:20:38 +0000
(11:20 -0700)
committer
Brian Warner
<warner@allmydata.com>
Tue, 15 Apr 2008 18:20:38 +0000
(11:20 -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 2880b54ef029adfb402e846c841d73a44e405160..b3be3dc5dfb6494318cdb5935fa386163aac71c5 100644
(file)
--- a/
src/allmydata/test/test_mutable.py
+++ b/
src/allmydata/test/test_mutable.py
@@
-303,7
+303,6
@@
class Publish(unittest.TestCase):
CONTENTS = "some initial contents"
fn.create(CONTENTS)
p = mutable.Publish(fn)
- r = mutable.Retrieve(fn)
# make some fake shares
shares_and_ids = ( ["%07d" % i for i in range(10)], range(10) )
target_info = None