Binding perl: fix test so that it does not raise on add_provider

This commit is contained in:
Benjamin Dauvergne 2010-06-06 14:03:59 +00:00
parent 52372fa437
commit baa4148645
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ ok($l[2] eq 'z');
$server = new Lasso::Server($SRCDIR . "/tests/data/sp5-saml2/metadata.xml", $SRCDIR . "/tests/data/sp5-saml2/private-key.pem");
ok($server);
$server->add_provider(Lasso::Constants::PROVIDER_ROLE_SP, $SRCDIR . "/tests/data/idp5-saml2/metadata.xml");
$server->add_provider(Lasso::Constants::PROVIDER_ROLE_SP, $SRCDIR . "/tests/data/sp5-saml2/metadata.xml");
$login = new Lasso::Login $server;
# Test error reporting