test_mutable.py: remove spurious Retrieve during a publish test

This commit is contained in:
Brian Warner 2008-04-15 11:20:38 -07:00
parent b5d19456f4
commit 944f8babec

View File

@ -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