]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test/test_mutable: reenable mdmf publish surprise test
authorkevan <kevan@isnotajoke.com>
Sat, 24 Sep 2011 23:54:15 +0000 (16:54 -0700)
committerkevan <kevan@isnotajoke.com>
Sat, 24 Sep 2011 23:54:15 +0000 (16:54 -0700)
src/allmydata/test/test_mutable.py

index ca8cae85235611b128ef5d442e3244dfcf743cf5..f88cb90e9ceb768028882b7cbe5348a9a7106856 100644 (file)
@@ -2533,7 +2533,6 @@ class Problems(GridTestMixin, unittest.TestCase, testutil.ShouldFailMixin):
         return self.do_publish_surprise(SDMF_VERSION)
 
     def test_publish_surprise_mdmf(self):
-        raise unittest.SkipTest("this currently triggers a decoding error in unpack_checkstring (see #1540)")
         return self.do_publish_surprise(MDMF_VERSION)
 
     def test_retrieve_surprise(self):