Bugzilla – Attachment 166532 Details for
Bug 36503
Add a plugin hook to modify patrons after authentication
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36503: (follow-up) Fix tests count
Bug-36503-follow-up-Fix-tests-count.patch (text/plain), 799 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2024-05-10 12:04:04 UTC
(
hide
)
Description:
Bug 36503: (follow-up) Fix tests count
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-05-10 12:04:04 UTC
Size:
799 bytes
patch
obsolete
>From 325005e395cd51adddf3c552dd0152260062d711 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 10 May 2024 09:03:46 -0300 >Subject: [PATCH] Bug 36503: (follow-up) Fix tests count > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Koha/Auth/Client.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Auth/Client.t b/t/db_dependent/Koha/Auth/Client.t >index 861371484d7..b3aa115d138 100755 >--- a/t/db_dependent/Koha/Auth/Client.t >+++ b/t/db_dependent/Koha/Auth/Client.t >@@ -39,7 +39,8 @@ my $schema = Koha::Database->new->schema; > my $builder = t::lib::TestBuilder->new; > > subtest 'get_user() tests' => sub { >- plan tests => 5; >+ >+ plan tests => 4; > > $schema->storage->txn_begin; > >-- >2.45.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 36503
:
164379
|
164628
|
164893
|
164894
|
165466
|
166050
|
166111
|
166112
|
166113
|
166114
|
166115
|
166116
|
166458
|
166459
|
166460
|
166461
|
166462
|
166531
| 166532