View | Details | Raw Unified | Return to bug 31651
Collapse All | Expand All

(-)a/t/Auth_with_shibboleth.t (-2 / +1 lines)
Lines 335-341 subtest "checkpw_shib tests" => sub { Link Here
335
    $shib_login = "martin";
335
    $shib_login = "martin";
336
    ( $retval, $retcard, $retuserid ) = checkpw_shib($shib_login);
336
    ( $retval, $retcard, $retuserid ) = checkpw_shib($shib_login);
337
    is( $retval, "0", "user not authenticated" );
337
    is( $retval, "0", "user not authenticated" );
338
    $logger->info_is("There are several users with userid of martin, matchpoints must be unique", "Duplicated matchpoint warned to info");
338
    $logger->info_is("No users with userid of martin found and autocreate is disabled", "Duplicated matchpoint warned to info");
339
};
339
};
340
340
341
## _get_uri - opac
341
## _get_uri - opac
342
- 

Return to bug 31651