From 6bdea824940ff1a2720bda0d7cab98115012df45 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Fri, 13 Aug 2004 09:57:12 +0000 Subject: Removed certificates that are no more used. --- python/tests/errorchecking_tests.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python/tests') diff --git a/python/tests/errorchecking_tests.py b/python/tests/errorchecking_tests.py index 717cf4c6..3bee34cb 100644 --- a/python/tests/errorchecking_tests.py +++ b/python/tests/errorchecking_tests.py @@ -55,10 +55,10 @@ class ErrorCheckingTestCase(unittest.TestCase): # This time; we got something wrong as query string; we pass it to # init_from_authn_request_msg; surely it shouldn't segfault server = lasso.Server.new( - '../../examples/data/idp-metadata.xml', - '../../examples/data/idp-public-key.pem', - '../../examples/data/idp-private-key.pem', - '../../examples/data/idp-crt.pem', + '../../tests/data/idp1-la/metadata.xml', + None, # '../../tests/data/idp1-la/public-key.pem' is no more used + '../../tests/data/idp1-la/private-key-raw.pem', + '../../tests/data/idp1-la/certificate.pem', lasso.signatureMethodRsaSha1) login = lasso.Login.new(server) try: -- cgit