From: david-sarah <david-sarah@jacaranda.org>
Date: Fri, 23 Sep 2011 21:16:22 +0000 (-0700)
Subject: test_mutable.py: update SkipTest message for test_publish_surprise_mdmf to reference... 
X-Git-Url: https://git.rkrishnan.org/specifications/%5B/%5D%20/uri/quickstart.html?a=commitdiff_plain;h=4af626a798c3cfa9a3ca44c295ae142cadd07d30;p=tahoe-lafs%2Ftahoe-lafs.git

test_mutable.py: update SkipTest message for test_publish_surprise_mdmf to reference the right ticket number. refs #1540.
---

diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py
index 1dc87b98..ca8cae85 100644
--- a/src/allmydata/test/test_mutable.py
+++ b/src/allmydata/test/test_mutable.py
@@ -2533,7 +2533,7 @@ 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 #1534)")
+        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):