projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be98d7e
)
more information SkipTest for XMLRPC
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 4 Oct 2007 18:07:46 +0000
(11:07 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 4 Oct 2007 18:07:46 +0000
(11:07 -0700)
src/allmydata/test/test_web.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_web.py
b/src/allmydata/test/test_web.py
index fae96aba01cb3386d9274ec53305903511f34ec4..e3c83ee62a95b66f8f358f11060eeaf10753328d 100644
(file)
--- 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