Little corrections for make test

This commit is contained in:
Clément Oudot 2010-06-01 15:39:18 +00:00
parent 8fe3e749a3
commit 608e5e6b0a
2 changed files with 3 additions and 5 deletions

View File

@ -373,11 +373,11 @@ sub issuerForUnAuthUser {
unless ( $self->processArtRequestMsg( $login, $art_request ) ) {
$self->lmLog( "Unable to process artifact request message",
'error' );
return $self->returnSOAPMessage();
$self->returnSOAPMessage();
}
# Check Destination
return $self->returnSOAPMessage();
$self->returnSOAPMessage()
unless ( $self->checkDestination( $login->request, $url ) );
# Create artifact response

View File

@ -110,9 +110,7 @@ sub setSessionInfo {
}
# Add this IDP to Lasso::Server as AA
my $result = $self->addAA( $server, $idp_metadata->toXML() );
unless ($result) {
unless ( $self->addAA( $server, $idp_metadata->toXML() ) ) {
$self->lmLog(
"Fail to use IDP $idpConfKey Metadata as Attribute Authority",
'error' );