mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
test/test_mutable: write publish surprise test for MDMF, rename existing test_publish_surprise to clarify that it is for SDMF
This commit is contained in:
parent
19cf58f2aa
commit
d93b2965c3
@ -2529,9 +2529,12 @@ class Problems(GridTestMixin, unittest.TestCase, testutil.ShouldFailMixin):
|
||||
d.addCallback(_created)
|
||||
return d
|
||||
|
||||
def test_publish_surprise(self):
|
||||
def test_publish_surprise_sdmf(self):
|
||||
return self.do_publish_surprise(SDMF_VERSION)
|
||||
|
||||
def test_publish_surprise_mdmf(self):
|
||||
return self.do_publish_surprise(MDMF_VERSION)
|
||||
|
||||
def test_retrieve_surprise(self):
|
||||
self.basedir = "mutable/Problems/test_retrieve_surprise"
|
||||
self.set_up_grid()
|
||||
|
Loading…
x
Reference in New Issue
Block a user