summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-12-10 12:05:31 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-12-16 11:39:18 +0100
commitc3467ed48c979a0f2029207a79f8f4e4c78ea513 (patch)
tree6137e222360863befe8fcfd85031a00338464685 /tests
parentba014d9ca6b6474ee34b08582283b72ab9ed89c6 (diff)
downloadlasso-c3467ed48c979a0f2029207a79f8f4e4c78ea513.tar.gz
lasso-c3467ed48c979a0f2029207a79f8f4e4c78ea513.tar.xz
lasso-c3467ed48c979a0f2029207a79f8f4e4c78ea513.zip
[tests] rename login test suite, with mentions of ID-FF 1.2 and SAML 2.0
Diffstat (limited to 'tests')
-rw-r--r--tests/login_tests.c2
-rw-r--r--tests/login_tests_saml2.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/login_tests.c b/tests/login_tests.c
index 850aa4a4..5589b8d0 100644
--- a/tests/login_tests.c
+++ b/tests/login_tests.c
@@ -517,7 +517,7 @@ END_TEST
Suite*
login_suite()
{
- Suite *s = suite_create("Login");
+ Suite *s = suite_create("Login using ID-FF 1.2");
TCase *tc_generate = tcase_create("Generate Server Contexts");
TCase *tc_spLogin = tcase_create("Login initiated by service provider");
TCase *tc_spLoginMemory = tcase_create("Login initiated by service provider without key loading");
diff --git a/tests/login_tests_saml2.c b/tests/login_tests_saml2.c
index 055e6298..c17c7500 100644
--- a/tests/login_tests_saml2.c
+++ b/tests/login_tests_saml2.c
@@ -998,7 +998,7 @@ END_TEST
Suite*
login_saml2_suite()
{
- Suite *s = suite_create("Login");
+ Suite *s = suite_create("Login using SAML 2.0");
TCase *tc_generate = tcase_create("Generate Server Contexts");
TCase *tc_spLogin = tcase_create("Login initiated by service provider");
TCase *tc_spLoginMemory = tcase_create("Login initiated by service provider without key loading");