]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_system: weaken the assertion about the 410 error message when downloading a...
authorBrian Warner <warner@allmydata.com>
Fri, 17 Aug 2007 00:05:26 +0000 (17:05 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 17 Aug 2007 00:05:26 +0000 (17:05 -0700)
src/allmydata/test/test_system.py

index 82a6c6fa39246d05ca4d2b9de4f35334eb4085ec..09c9e243638b8d478ff942cf0254df4ee3ba0cf4 100644 (file)
@@ -565,7 +565,7 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
             d1 = getPage(base + "uri/%s?filename=%s"
                          % (self.mangle_uri(self.uri), "mydata567"))
             d1.addBoth(self.shouldFail, Error, "downloading bogus URI",
-                       "410 allmydata.encode.NotEnoughPeersError")
+                       "410")
             return d1
         d.addCallback(_get_from_bogus_uri)