summaryrefslogtreecommitdiffstats
path: root/bindings/python
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-04-06 13:11:21 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-04-06 13:11:21 +0000
commit97c88ffa772cb76c098863f96774377ad3e85fe1 (patch)
tree3e316854c36e0f35ef73b60ce99c6e5be1b078aa /bindings/python
parent3c4ad4d8bc08bd880806d6777db8c9a4415a5cbd (diff)
downloadlasso-97c88ffa772cb76c098863f96774377ad3e85fe1.tar.gz
lasso-97c88ffa772cb76c098863f96774377ad3e85fe1.tar.xz
lasso-97c88ffa772cb76c098863f96774377ad3e85fe1.zip
Binding python: update idwsf2 test for method change dst.initResponse -> validateRequest
Diffstat (limited to 'bindings/python')
-rwxr-xr-xbindings/python/tests/idwsf2_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/tests/idwsf2_tests.py b/bindings/python/tests/idwsf2_tests.py
index d7a4cb24..063f2eaf 100755
--- a/bindings/python/tests/idwsf2_tests.py
+++ b/bindings/python/tests/idwsf2_tests.py
@@ -771,7 +771,7 @@ class DstTestCase(IdWsf2TestCase):
for found in result:
wsp_dst.setQueryItemResult(item.itemId, ET.tostring(found), True)
wsp_dst.setServiceType(lasso.PP11_PREFIX, lasso.PP11_HREF)
- wsp_dst.initResponse()
+ wsp_dst.validateRequest()
wsp_dst.buildResponseMsg()
wsc_dst.processResponseMsg(wsp_dst.msgBody)