Fix OpenID unit test to use the new msg subroutine (#369)

This commit is contained in:
Clément Oudot 2012-02-25 09:30:17 +00:00
parent d3be58babb
commit b187b54b35

View File

@ -4,7 +4,7 @@ use Test::More tests => 14;
use strict;
our @ISA = qw(Lemonldap::NG::Portal::IssuerDBOpenID
Lemonldap::NG::Portal::OpenID::SREG);
Lemonldap::NG::Portal::OpenID::SREG Lemonldap::NG::Portal::Simple);
sub lmLog {
my ( $self, $msg, $level ) = splice @_;