diff options
author | Roland Hedberg <roland.hedberg@adm.umu.se> | 2013-03-05 09:32:42 +0100 |
---|---|---|
committer | Roland Hedberg <roland.hedberg@adm.umu.se> | 2013-03-05 09:32:42 +0100 |
commit | 4ca2ee6fa6f1b57f952a6f73526ad68da488130e (patch) | |
tree | 62488a30b630a7611e5666eb2ab1f943c4999a84 /tests | |
parent | ff6d96e99027c626e75f05b2d23924aedb4bfa61 (diff) | |
download | pysaml2-4ca2ee6fa6f1b57f952a6f73526ad68da488130e.tar.gz |
Editorial
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_40_sigver.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_40_sigver.py b/tests/test_40_sigver.py index a721a2b0..4e68d181 100644 --- a/tests/test_40_sigver.py +++ b/tests/test_40_sigver.py @@ -58,6 +58,7 @@ jjyG0hRT2mAQ9h+bkPmOvlEo/aH0xR68Z9hw4PF13w==""" from pyasn1.codec.der import decoder + def test_cert_from_instance_1(): xml_response = open(SIGNED).read() response = samlp.response_from_string(xml_response) @@ -67,6 +68,7 @@ def test_cert_from_instance_1(): print certs[0] assert certs[0] == CERT1 + def test_cert_from_instance_ssp(): xml_response = open(SIMPLE_SAML_PHP_RESPONSE).read() response = samlp.response_from_string(xml_response) |