diff options
author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-13 09:57:12 +0000 |
---|---|---|
committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-13 09:57:12 +0000 |
commit | 6bdea824940ff1a2720bda0d7cab98115012df45 (patch) | |
tree | 21a550b4dae1e6e48d08a1e289666826aea69579 /python/tests/errorchecking_tests.py | |
parent | c3bc5661401cae588944effdb4d8d168bc5323d5 (diff) | |
download | lasso-6bdea824940ff1a2720bda0d7cab98115012df45.tar.gz lasso-6bdea824940ff1a2720bda0d7cab98115012df45.tar.xz lasso-6bdea824940ff1a2720bda0d7cab98115012df45.zip |
Removed certificates that are no more used.
Diffstat (limited to 'python/tests/errorchecking_tests.py')
-rw-r--r-- | python/tests/errorchecking_tests.py | 8 |
1 files changed, 4 insertions, 4 deletions
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: |