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:
0949638
)
remove unimplemented and skipped test for feature that we don't plan to implement...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 13 Dec 2007 03:06:05 +0000
(20:06 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 13 Dec 2007 03:06:05 +0000
(20:06 -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 8249e10105af5d12fd5e6720cbeedc0309b7da69..5062333410d15d4df086652cb65dc37e74224faa 100644
(file)
--- a/
src/allmydata/test/test_web.py
+++ b/
src/allmydata/test/test_web.py
@@
-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
-