From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 4 Oct 2007 18:07:46 +0000 (-0700)
Subject: more information SkipTest for XMLRPC
X-Git-Tag: allmydata-tahoe-0.6.1~60
X-Git-Url: https://git.rkrishnan.org/listings/-?a=commitdiff_plain;h=021b5d4f2ab62da6a330b24f111f8c56b4f82ab6;p=tahoe-lafs%2Ftahoe-lafs.git

more information SkipTest for XMLRPC
---

diff --git a/src/allmydata/test/test_web.py b/src/allmydata/test/test_web.py
index fae96aba..e3c83ee6 100644
--- a/src/allmydata/test/test_web.py
+++ b/src/allmydata/test/test_web.py
@@ -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