diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-09-12 15:06:58 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-09-12 15:06:58 +0000 |
| commit | 9ed0670e48665f590eda685e0cfebf8c4cadb8fb (patch) | |
| tree | a3f909876ca336256b304de9a350ab526d16abea /tests | |
| parent | 73d9c98f92b9664c6d78843c4110b71520fa3f67 (diff) | |
| download | lasso-9ed0670e48665f590eda685e0cfebf8c4cadb8fb.tar.gz lasso-9ed0670e48665f590eda685e0cfebf8c4cadb8fb.tar.xz lasso-9ed0670e48665f590eda685e0cfebf8c4cadb8fb.zip | |
* Remove ending blanks
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/login_tests.c | 8 | ||||
| -rw-r--r-- | tests/perfs.c | 6 | ||||
| -rw-r--r-- | tests/random_tests.c | 2 | ||||
| -rw-r--r-- | tests/tests.c | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/tests/login_tests.c b/tests/login_tests.c index 868be3a8..737307be 100644 --- a/tests/login_tests.c +++ b/tests/login_tests.c @@ -3,7 +3,7 @@ * * Copyright (C) 2004-2007 Entr'ouvert * http://lasso.entrouvert.org - * + * * Authors: See AUTHORS file in top-level directory. * * This program is free software; you can redistribute it and/or modify @@ -33,7 +33,7 @@ static char* generateIdentityProviderContextDump() { LassoServer *serverContext; - + serverContext = lasso_server_new( TESTSDATADIR "/idp1-la/metadata.xml", TESTSDATADIR "/idp1-la/private-key-raw.pem", @@ -52,7 +52,7 @@ static char* generateServiceProviderContextDump() { LassoServer *serverContext; - + serverContext = lasso_server_new( TESTSDATADIR "/sp1-la/metadata.xml", TESTSDATADIR "/sp1-la/private-key-raw.pem", @@ -71,7 +71,7 @@ generateServiceProviderContextDump() START_TEST(test01_generateServersContextDumps) { char *identityProviderContextDump; - char *serviceProviderContextDump; + char *serviceProviderContextDump; identityProviderContextDump = generateIdentityProviderContextDump(); fail_unless(identityProviderContextDump != NULL, diff --git a/tests/perfs.c b/tests/perfs.c index 0c7d7ed1..f98f9805 100644 --- a/tests/perfs.c +++ b/tests/perfs.c @@ -3,7 +3,7 @@ * * Copyright (C) 2004-2007 Entr'ouvert * http://lasso.entrouvert.org - * + * * Authors: See AUTHORS file in top-level directory. * * This program is free software; you can redistribute it and/or modify @@ -79,7 +79,7 @@ main(int argc, char *argv[]) char *authn_response_msg; lasso_init(); - + server = lasso_server_new( TESTSDATADIR "/sp1-la/metadata.xml", TESTSDATADIR "/sp1-la/private-key-raw.pem", @@ -146,7 +146,7 @@ main(int argc, char *argv[]) (double)usec/1000000, (double)n/usec*1000000, (double)usec/1000/n); - + g_free(authn_response_msg); diff --git a/tests/random_tests.c b/tests/random_tests.c index af9d6c92..6b248c61 100644 --- a/tests/random_tests.c +++ b/tests/random_tests.c @@ -3,7 +3,7 @@ * * Copyright (C) 2004-2007 Entr'ouvert * http://lasso.entrouvert.org - * + * * Authors: See AUTHORS file in top-level directory. * * This program is free software; you can redistribute it and/or modify diff --git a/tests/tests.c b/tests/tests.c index 872b886c..b7e44ec9 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -3,7 +3,7 @@ * * Copyright (C) 2004-2007 Entr'ouvert * http://lasso.entrouvert.org - * + * * Authors: See AUTHORS file in top-level directory. * * This program is free software; you can redistribute it and/or modify @@ -58,7 +58,7 @@ main(int argc, char *argv[]) } lasso_init(); - + sr = srunner_create(suites[0]()); i = 1; @@ -75,7 +75,7 @@ main(int argc, char *argv[]) #endif srunner_run_all (sr, CK_VERBOSE); rc = srunner_ntests_failed(sr); - + srunner_free(sr); /*suite_free(s); */ /* no longer available in check 0.9.0; it will leak a |
