tests are ok

This commit is contained in:
Frédéric Péters 2004-11-15 11:12:24 +00:00
parent a31a08d228
commit 2cab29a3c3
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ START_TEST(test02_serviceProviderLogin)
responseQuery = strchr(responseUrl, '?')+1;
fail_unless(strlen(responseQuery) > 0,
"responseQuery shouldn't be an empty string");
serviceProviderId = LASSO_PROFILE(idpLoginContext)->remote_providerID;
serviceProviderId = strdup(LASSO_PROFILE(idpLoginContext)->remote_providerID);
fail_unless(serviceProviderId != NULL,
"lasso_profile_get_remote_providerID shouldn't return NULL");