From 021b5d4f2ab62da6a330b24f111f8c56b4f82ab6 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 4 Oct 2007 11:07:46 -0700 Subject: [PATCH] more information SkipTest for XMLRPC --- src/allmydata/test/test_web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2