From 97c88ffa772cb76c098863f96774377ad3e85fe1 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 6 Apr 2010 13:11:21 +0000 Subject: Binding python: update idwsf2 test for method change dst.initResponse -> validateRequest --- bindings/python/tests/idwsf2_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/python') 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) -- cgit