diff options
| author | Damien Laniel <dlaniel@entrouvert.com> | 2008-05-20 13:22:55 +0000 |
|---|---|---|
| committer | Damien Laniel <dlaniel@entrouvert.com> | 2008-05-20 13:22:55 +0000 |
| commit | d2d5f2084fa24d3623b3a354f067be66fcb123a2 (patch) | |
| tree | ed06f9211f54c723e823c5b94c59c154716a64b1 /bindings/python/tests/idwsf1_tests.py | |
| parent | 7860262cf668640149c2ae37db5cf9b8d0b86587 (diff) | |
| download | lasso-d2d5f2084fa24d3623b3a354f067be66fcb123a2.tar.gz lasso-d2d5f2084fa24d3623b3a354f067be66fcb123a2.tar.xz lasso-d2d5f2084fa24d3623b3a354f067be66fcb123a2.zip | |
import main test file
Diffstat (limited to 'bindings/python/tests/idwsf1_tests.py')
| -rwxr-xr-x | bindings/python/tests/idwsf1_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/tests/idwsf1_tests.py b/bindings/python/tests/idwsf1_tests.py index db5534a5..2d04844a 100755 --- a/bindings/python/tests/idwsf1_tests.py +++ b/bindings/python/tests/idwsf1_tests.py @@ -134,7 +134,7 @@ class IdWsf1TestCase(unittest.TestCase): # Login from WSC sp_identity_dump, sp_session_dump, idp_identity_dump, idp_session_dump = self.login(self.wsc, self.idp) - + # Init discovery query wsc_disco = lasso.Discovery(self.wsc) wsc_disco.setSessionFromDump(sp_session_dump) |
