From: Zooko O'Whielacronx Date: Thu, 13 Dec 2007 03:06:05 +0000 (-0700) Subject: remove unimplemented and skipped test for feature that we don't plan to implement... X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=2915f5b7f4f571f9572f3df4217ec2b3cec3c2ce;p=tahoe-lafs%2Ftahoe-lafs.git remove unimplemented and skipped test for feature that we don't plan to implement any time soon (XML-RPC interface) --- diff --git a/src/allmydata/test/test_web.py b/src/allmydata/test/test_web.py index 8249e101..50623334 100644 --- a/src/allmydata/test/test_web.py +++ b/src/allmydata/test/test_web.py @@ -1397,8 +1397,3 @@ class Web(WebMixin, unittest.TestCase): pass d.addCallback(_done) return d - - def test_XMLRPC(self): - raise unittest.SkipTest("The XML-RPC interface is not yet implemented. Please use the RESTful interface (documented in docs/webapi.txt) for now.") - pass -