]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
more information SkipTest for XMLRPC
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 4 Oct 2007 18:07:46 +0000 (11:07 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 4 Oct 2007 18:07:46 +0000 (11:07 -0700)
src/allmydata/test/test_web.py

index fae96aba01cb3386d9274ec53305903511f34ec4..e3c83ee62a95b66f8f358f11060eeaf10753328d 100644 (file)
@@ -1464,6 +1464,6 @@ class Web(WebMixin, unittest.TestCase):
         return d
 
     def test_XMLRPC(self):
-        raise unittest.SkipTest("not yet")
+        raise unittest.SkipTest("The XML-RPC interface is not yet implemented.  Please use the RESTful interface (documented in docs/webapi.txt) for now.")
         pass