Bugzilla – Attachment 60295 Details for
Bug 18025
Expired password recovery links cause sql crash
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18025: Fix test
Bug-18025-Fix-test.patch (text/plain), 1.17 KB, created by
Liz Rea
on 2017-02-15 21:01:53 UTC
(
hide
)
Description:
Bug 18025: Fix test
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2017-02-15 21:01:53 UTC
Size:
1.17 KB
patch
obsolete
>From 3368091d3a4aae8e8ee5c43b7b647b8a8eaf6d0e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 15 Feb 2017 17:13:41 +0000 >Subject: [PATCH] Bug 18025: Fix test > >Signed-off-by: Liz Rea <liz@catalyst.net.nz> >Seems to work fine >--- > t/db_dependent/Passwordrecovery.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Passwordrecovery.t b/t/db_dependent/Passwordrecovery.t >index 9067e38..f8ae6aa 100755 >--- a/t/db_dependent/Passwordrecovery.t >+++ b/t/db_dependent/Passwordrecovery.t >@@ -141,7 +141,7 @@ ok( ! defined($bnum3), "[GetValidLinkInfo] Invalid UUID returns no borrowernumbe > # Koha::Patron::Password::Recovery::CompletePasswordRecovery # > ############################################################## > >-ok( Koha::Patron::Password::Recovery::CompletePasswordRecovery($uuid1) == 2, "[CompletePasswordRecovery] Completing a password recovery deletes the used entry" ); >+is( Koha::Patron::Password::Recovery::CompletePasswordRecovery($uuid1), 3, "[CompletePasswordRecovery] Completing a password recovery deletes the used entry" ); > > $schema->resultset('BorrowerPasswordRecovery')->create( > { >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18025
:
59760
|
60108
|
60223
|
60245
|
60281
|
60282
|
60295
|
60296
|
60303
|
60304
|
60305
|
60311
|
60312
|
60313