From 2187f27ad0f225282eb65e4477ad70b68068e23a Mon Sep 17 00:00:00 2001
From: kevan <kevan@isnotajoke.com>
Date: Sat, 24 Sep 2011 16:54:15 -0700
Subject: [PATCH] test/test_mutable: reenable mdmf publish surprise test

---
 src/allmydata/test/test_mutable.py | 1 -
 1 file changed, 1 deletion(-)

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):
-- 
2.45.2