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

(-)a/t/db_dependent/Passwordrecovery.t (-2 / +1 lines)
Lines 141-147 ok( ! defined($bnum3), "[GetValidLinkInfo] Invalid UUID returns no borrowernumbe Link Here
141
# Koha::Patron::Password::Recovery::CompletePasswordRecovery #
141
# Koha::Patron::Password::Recovery::CompletePasswordRecovery #
142
##############################################################
142
##############################################################
143
143
144
ok( Koha::Patron::Password::Recovery::CompletePasswordRecovery($uuid1) == 2, "[CompletePasswordRecovery] Completing a password recovery deletes the used entry" );
144
is( Koha::Patron::Password::Recovery::CompletePasswordRecovery($uuid1), 3, "[CompletePasswordRecovery] Completing a password recovery deletes the used entry" );
145
145
146
$schema->resultset('BorrowerPasswordRecovery')->create(
146
$schema->resultset('BorrowerPasswordRecovery')->create(
147
    {
147
    {
148
- 

Return to bug 18025