diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-04-06 13:11:23 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-04-06 13:11:23 +0000 |
| commit | 117649f2d7d7697f1f1ae89f3446fbed683a89a3 (patch) | |
| tree | dc3bfab096501c832eb3bef956185180ec4d28c1 /bindings/python | |
| parent | 97c88ffa772cb76c098863f96774377ad3e85fe1 (diff) | |
| download | lasso-117649f2d7d7697f1f1ae89f3446fbed683a89a3.tar.gz lasso-117649f2d7d7697f1f1ae89f3446fbed683a89a3.tar.xz lasso-117649f2d7d7697f1f1ae89f3446fbed683a89a3.zip | |
Binding python tests: update idwsf1 to explicitely register PP10 HREF
Diffstat (limited to 'bindings/python')
| -rwxr-xr-x | bindings/python/tests/idwsf1_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |
