Add fake authFinish in Portal unit test 01

This commit is contained in:
Clément Oudot 2010-09-01 10:29:24 +00:00
parent 4c17e319f0
commit 6dd0c45e61

View File

@ -87,7 +87,8 @@ $p->{store} = sub {
$self->{id} = 1;
PE_OK;
};
$p->{authenticate} = sub { PE_OK };
$p->{authenticate} = sub { PE_OK };
$p->{authFinish} = sub { PE_OK };
ok( $p->process > 0, 'User OK' );
# Cookie test