]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
remove unimplemented and skipped test for feature that we don't plan to implement...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 13 Dec 2007 03:06:05 +0000 (20:06 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 13 Dec 2007 03:06:05 +0000 (20:06 -0700)
src/allmydata/test/test_web.py

index 8249e10105af5d12fd5e6720cbeedc0309b7da69..5062333410d15d4df086652cb65dc37e74224faa 100644 (file)
@@ -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
-