From 1d1c6c0ef3f96a3069a70fbf869ca1d981663e62 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Wed, 11 Aug 2004 10:46:22 +0000 Subject: Removed server public key in tests: it seems that it is no more used. --- python/tests/login_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/tests/login_tests.py') diff --git a/python/tests/login_tests.py b/python/tests/login_tests.py index 68c511f7..ac95b648 100644 --- a/python/tests/login_tests.py +++ b/python/tests/login_tests.py @@ -46,7 +46,7 @@ class LoginTestCase(unittest.TestCase): lassoServer = lasso.Server.new( '../../examples/data/idp-metadata.xml', - '../../examples/data/idp-public-key.pem', + None, # '../../examples/data/idp-public-key.pem' is no more used '../../examples/data/idp-private-key.pem', '../../examples/data/idp-crt.pem', lasso.signatureMethodRsaSha1) @@ -83,7 +83,7 @@ class LoginTestCase(unittest.TestCase): lassoServer = lasso.Server.new( '../../examples/data/sp-metadata.xml', - '../../examples/data/sp-public-key.pem', + None, # '../../examples/data/sp-public-key.pem' is no more used. '../../examples/data/sp-private-key.pem', '../../examples/data/sp-crt.pem', lasso.signatureMethodRsaSha1) -- cgit