summaryrefslogtreecommitdiffstats
path: root/python/tests/LibertyEnabledClientProxy.py
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-08-20 00:13:35 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-08-20 00:13:35 +0000
commitc4344d4b1b3d77f2ef7594c217c298661a27dd5e (patch)
tree4d2636f3e07b82aa0a679f30a159cfd1fc277e8d /python/tests/LibertyEnabledClientProxy.py
parent31fdd0be5742c82d8ff67a965d49b7b9934d9af4 (diff)
downloadlasso-c4344d4b1b3d77f2ef7594c217c298661a27dd5e.tar.gz
lasso-c4344d4b1b3d77f2ef7594c217c298661a27dd5e.tar.xz
lasso-c4344d4b1b3d77f2ef7594c217c298661a27dd5e.zip
Updated Python high-level binding and tests.
May all the lights be green!
Diffstat (limited to 'python/tests/LibertyEnabledClientProxy.py')
-rw-r--r--python/tests/LibertyEnabledClientProxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/LibertyEnabledClientProxy.py b/python/tests/LibertyEnabledClientProxy.py
index 7c4d5647..b925d8fc 100644
--- a/python/tests/LibertyEnabledClientProxy.py
+++ b/python/tests/LibertyEnabledClientProxy.py
@@ -92,7 +92,7 @@ class LibertyEnabledClientProxyMixin(abstractweb.WebClientMixin):
failUnless(libertyEnabledHeader)
failUnless('LIBV=urn:liberty:iff:2003-08' in libertyEnabledHeader)
lassoServer = self.getLassoServer()
- lecp = lasso.Lecp.new(lassoServer)
+ lecp = lasso.Lecp(lassoServer)
authnRequestEnvelope = httpResponse.body
lecp.process_authn_request_envelope_msg(authnRequestEnvelope)
# FIXME: The service provider could return an IDPList in authnRequestEnvelope, so that