From 117649f2d7d7697f1f1ae89f3446fbed683a89a3 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 6 Apr 2010 13:11:23 +0000 Subject: Binding python tests: update idwsf1 to explicitely register PP10 HREF --- bindings/python/tests/idwsf1_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bindings/python/tests') diff --git a/bindings/python/tests/idwsf1_tests.py b/bindings/python/tests/idwsf1_tests.py index 348b3dde..cf47f46a 100755 --- a/bindings/python/tests/idwsf1_tests.py +++ b/bindings/python/tests/idwsf1_tests.py @@ -56,6 +56,7 @@ def __LINE__(): raise Exception except: return sys.exc_info()[2].tb_frame.f_back.f_lineno +lasso.registerDstService('pp10', lasso.PP10_HREF) class IdWsf1TestCase(unittest.TestCase): def get_wsp_server(self): -- cgit