diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-03-29 18:42:55 +0200 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-03-29 18:46:32 +0200 |
| commit | 70562db09ad9de5ab9b580c38aff249148115e12 (patch) | |
| tree | 98b64979c85785fd07083462870a2fcb4285fbd5 | |
| parent | fbb3e962ad433311a3ebd461d969bac215b66639 (diff) | |
| download | lasso-70562db09ad9de5ab9b580c38aff249148115e12.tar.gz lasso-70562db09ad9de5ab9b580c38aff249148115e12.tar.xz lasso-70562db09ad9de5ab9b580c38aff249148115e12.zip | |
[tests] remove spurious output
| -rw-r--r-- | tests/login_tests.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/login_tests.c b/tests/login_tests.c index fa7002cd..b437ef6b 100644 --- a/tests/login_tests.c +++ b/tests/login_tests.c @@ -498,14 +498,12 @@ START_TEST(test04_multiple_dump_cycle) fail_unless(rc == 0, "lasso_login_process_authn_request_msg failed"); idpLoginContextDump = lasso_login_dump(idpLoginContext); check_not_null(idpLoginContextDump); - printf("%s\n", idpLoginContextDump); g_object_unref(idpLoginContext); idpLoginContext = lasso_login_new_from_dump(idpContext, idpLoginContextDump); check_not_null(idpLoginContext); g_free(idpLoginContextDump); idpLoginContextDump = lasso_login_dump(idpLoginContext); check_not_null(idpLoginContextDump); - printf("%s\n", idpLoginContextDump); g_object_unref(idpLoginContext); idpLoginContext = lasso_login_new_from_dump(idpContext, idpLoginContextDump); check_not_null(idpLoginContext); |
