Commit 1b586357 authored by Nicolas Delaby's avatar Nicolas Delaby

Really add the method manage_FTPget


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37805 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a226fc0f
......@@ -139,7 +139,7 @@ class TestWebDavSupport(ERP5TypeTestCase):
document_id = '%s-%s' % (document.getUid(), filename,)
# This is HTTPServer.zhttp_server not HTTPServer.zwebdav_server
# force usage of manage_FTPget like zwebdav_server does
response = self.publish('%s/%s' % (path, document_id),
response = self.publish('%s/%s/manage_FTPget' % (path, document_id),
request_method='GET',
stdin=StringIO(),
basic=self.authentication)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment