From: kevan <kevan@isnotajoke.com>
Date: Sat, 24 Sep 2011 23:54:15 +0000 (-0700)
Subject: test/test_mutable: reenable mdmf publish surprise test
X-Git-Tag: allmydata-tahoe-1.9.0a2~9
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/something?a=commitdiff_plain;h=2187f27ad0f225282eb65e4477ad70b68068e23a;p=tahoe-lafs%2Ftahoe-lafs.git

test/test_mutable: reenable mdmf publish surprise test
---

diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py
index ca8cae85..f88cb90e 100644
--- a/src/allmydata/test/test_mutable.py
+++ b/src/allmydata/test/test_mutable.py
@@ -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):