summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-04-27 08:19:33 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-04-27 08:19:33 +0000
commit96d33b6542a64daa69f1789317815ced0ff26952 (patch)
tree18e5197044f2caeec7ef3ab4a779abc9950bf377 /tests
parent02c189c3f1ac06a25020b1002bfc855e0b312ba9 (diff)
downloadlasso-96d33b6542a64daa69f1789317815ced0ff26952.tar.gz
lasso-96d33b6542a64daa69f1789317815ced0ff26952.tar.xz
lasso-96d33b6542a64daa69f1789317815ced0ff26952.zip
Test: Remove spurious debugging printf
* tests/login_tests_saml2.c: remove debug code.
Diffstat (limited to 'tests')
-rw-r--r--tests/login_tests_saml2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/login_tests_saml2.c b/tests/login_tests_saml2.c
index b41483e7..2f367ca3 100644
--- a/tests/login_tests_saml2.c
+++ b/tests/login_tests_saml2.c
@@ -266,7 +266,6 @@ START_TEST(test02_saml2_serviceProviderLogin)
/* Service provider assertion consumer (step 2: process SOAP response) */
rc = lasso_login_process_response_msg(spLoginContext, soapResponseMsg);
- printf("rc: %i %s\n", rc, soapResponseMsg);
fail_unless(rc == 0, "lasso_login_process_response_msg failed");
rc = lasso_login_accept_sso(spLoginContext);
fail_unless(rc == 0, "lasso_login_accept_sso failed");
@@ -351,7 +350,6 @@ START_TEST(test03_saml2_serviceProviderLogin)
fail_unless(idpLoginContext != NULL,
"lasso_login_new() shouldn't have returned NULL");
rc = lasso_login_process_authn_request_msg(idpLoginContext, authnRequestQuery);
- printf("rc: %i %s\n", rc, authnRequestQuery);
fail_unless(rc == 0, "lasso_login_process_authn_request_msg failed");
fail_unless(lasso_login_must_authenticate(idpLoginContext),
"lasso_login_must_authenticate() should be TRUE");