summaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-08-11 23:14:20 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-08-11 23:14:20 +0000
commit52731a4e5a73cce6318bf56e0f4da78cd150754d (patch)
tree10835fd9a1c3ff5356e48205b19fe20a31d8c77d /python/tests
parent2c3b5a50c5c1e6d84ccc74eb55b355af13fd8aa8 (diff)
downloadlasso-52731a4e5a73cce6318bf56e0f4da78cd150754d.tar.gz
lasso-52731a4e5a73cce6318bf56e0f4da78cd150754d.tar.xz
lasso-52731a4e5a73cce6318bf56e0f4da78cd150754d.zip
Corrected comment.
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/LibertyEnabledProxy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tests/LibertyEnabledProxy.py b/python/tests/LibertyEnabledProxy.py
index 92582a33..0c81ad2d 100644
--- a/python/tests/LibertyEnabledProxy.py
+++ b/python/tests/LibertyEnabledProxy.py
@@ -38,12 +38,12 @@ class LibertyEnabledProxyMixin(IdentityProviderMixin, ServiceProviderMixin):
return ServiceProviderMixin.login(self, handler)
def login_failed(self, handler):
- # Before, this proxy was considered as a service provider. Now it acts again as a service
+ # Before, this proxy was considered as a service provider. Now it acts again as an identity
# provider.
return self.login_done(handler, False, None)
def assertionConsumer_done(self, handler):
- # Before, this proxy was considered as a service provider. Now it acts again as a service
+ # Before, this proxy was considered as a service provider. Now it acts again as an identity
# provider.
# FIXME: We should retrieve authentication method from session.lassoSessionDump.
return self.login_done(handler, True, lasso.samlAuthenticationMethodPassword)