From 8425480fb7bf6906c970a75c13826da480ae46e1 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Fri, 27 Aug 2004 22:32:59 +0000 Subject: Transformed LassoAuthnRequest as a true SWIG class with attributes and methods for all bindings. --- python/tests/login_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/tests') diff --git a/python/tests/login_tests.py b/python/tests/login_tests.py index 614ea4cc..a7ac8cd2 100644 --- a/python/tests/login_tests.py +++ b/python/tests/login_tests.py @@ -60,12 +60,12 @@ class LoginTestCase(unittest.TestCase): login.init_authn_request(lasso.httpMethodRedirect) self.failUnlessEqual(login.request_type, lasso.messageTypeAuthnRequest) login.authn_request - login.authn_request.set_protocolProfile(lasso.libProtocolProfileBrwsArt) + login.authn_request.protocolProfile = lasso.libProtocolProfileBrwsArt class LogoutTestCase(unittest.TestCase): def test01(self): - """SP logout without session and indentity; testing init_request.""" + """SP logout without session and identity; testing init_request.""" lassoServer = lasso.Server( os.path.join(dataDir, 'sp1-la/metadata.xml'), -- cgit