diff options
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): |
