Bugzilla – Attachment 91307 Details for
Bug 20340
Ability to use authentication plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20340: (follow-up) fix some of Auth.t's tests
Bug-20340-follow-up-fix-some-of-Authts-tests.patch (text/plain), 1.12 KB, created by
Mark Tompsett
on 2019-07-05 02:41:56 UTC
(
hide
)
Description:
Bug 20340: (follow-up) fix some of Auth.t's tests
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2019-07-05 02:41:56 UTC
Size:
1.12 KB
patch
obsolete
>From 7b13fe5f921b51c553c929c29a5e8a9b2b7a4719 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Fri, 5 Jul 2019 02:40:33 +0000 >Subject: [PATCH] Bug 20340: (follow-up) fix some of Auth.t's tests > >--- > t/db_dependent/Auth.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Auth.t b/t/db_dependent/Auth.t >index 91c7bc3b48..17ced253c2 100644 >--- a/t/db_dependent/Auth.t >+++ b/t/db_dependent/Auth.t >@@ -122,7 +122,7 @@ subtest 'track_login_daily tests' => sub { > > subtest 'no_set_userenv parameter tests' => sub { > >- plan tests => 7; >+ plan tests => 13; > > my $library = $builder->build_object( { class => 'Koha::Libraries' } ); > my $patron = $builder->build_object( { class => 'Koha::Patrons' } ); >@@ -151,7 +151,7 @@ subtest 'no_set_userenv parameter tests' => sub { > is( $result[0], 1, 'With TestAuth plugin, checkpw returns 1' ); > is( $result[1], 'test', 'With TestAuth plugin, checkpw returns test cardnumber' ); > is( $result[2], 'test', 'With TestAuth plugin, checkpw returns test userid' ); >-} >+}; > > subtest 'checkpw lockout tests' => sub { > >-- >2.11.0
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 20340
:
72469
|
73089
|
73098
|
73106
|
88470
|
88472
|
88473
|
88474
|
88475
|
88476
|
88477
|
88478
|
88487
|
88488
|
88511
|
88512
|
88518
|
88519
|
88520
|
88521
|
88522
|
88523
|
88526
|
88527
|
91304
|
91305
|
91306
| 91307