From: kevan Date: Sun, 18 Sep 2011 00:36:57 +0000 (-0700) Subject: test/test_mutable: write publish surprise test for MDMF, rename existing test_publish... X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=d93b2965c3b62433c5a723eb1ff900a0c91abe78 test/test_mutable: write publish surprise test for MDMF, rename existing test_publish_surprise to clarify that it is for SDMF --- diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py index 5a1534d6..f88cb90e 100644 --- a/src/allmydata/test/test_mutable.py +++ b/src/allmydata/test/test_mutable.py @@ -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()