diff options
| author | Damien Laniel <dlaniel@entrouvert.com> | 2007-09-18 13:05:23 +0000 |
|---|---|---|
| committer | Damien Laniel <dlaniel@entrouvert.com> | 2007-09-18 13:05:23 +0000 |
| commit | 1bb2469952df1456ab7d3e6cc3bd90104ed9e6b7 (patch) | |
| tree | bac7ebdcd6f7edffaf22aea90503c88ca653f9e2 /python | |
| parent | d8292dd308684a8c520b544beb7ca8de1c439b02 (diff) | |
| download | lasso-1bb2469952df1456ab7d3e6cc3bd90104ed9e6b7.tar.gz lasso-1bb2469952df1456ab7d3e6cc3bd90104ed9e6b7.tar.xz lasso-1bb2469952df1456ab7d3e6cc3bd90104ed9e6b7.zip | |
removed useless line
Diffstat (limited to 'python')
| -rwxr-xr-x | python/tests/profiles_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/profiles_tests.py b/python/tests/profiles_tests.py index ac743a61..60da6fe7 100755 --- a/python/tests/profiles_tests.py +++ b/python/tests/profiles_tests.py @@ -92,7 +92,6 @@ class LoginTestCase(unittest.TestCase): os.path.join(dataDir, 'idp1-la/certificate.pem')) login = lasso.Login(lassoServer) login.initAuthnRequest() - login.request login.request.protocolProfile = lasso.LIB_PROTOCOL_PROFILE_BRWS_ART self.failUnlessEqual(login.request.protocolProfile, lasso.LIB_PROTOCOL_PROFILE_BRWS_ART) |
