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:
19cf58f
)
test/test_mutable: write publish surprise test for MDMF, rename existing test_publish...
author
kevan
<kevan@isnotajoke.com>
Sun, 18 Sep 2011 00:36:57 +0000
(17:36 -0700)
committer
kevan
<kevan@isnotajoke.com>
Sun, 18 Sep 2011 00:36:57 +0000
(17:36 -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 5a1534d64a45bb05bdd0efdceef7ae51a971ee42..f88cb90e9ceb768028882b7cbe5348a9a7106856 100644
(file)
--- 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()