From 4ca2ee6fa6f1b57f952a6f73526ad68da488130e Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Tue, 5 Mar 2013 09:32:42 +0100 Subject: [PATCH] Editorial --- tests/test_40_sigver.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_40_sigver.py b/tests/test_40_sigver.py index a721a2b..4e68d18 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)