Bugzilla – Attachment 122427 Details for
Bug 28211
Replace use of call_recursive() with call()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28211: Fix count of plugins that should be installed for unit test
Bug-28211-Fix-count-of-plugins-that-should-be-inst.patch (text/plain), 1.04 KB, created by
Kyle M Hall (khall)
on 2021-06-25 12:01:44 UTC
(
hide
)
Description:
Bug 28211: Fix count of plugins that should be installed for unit test
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-06-25 12:01:44 UTC
Size:
1.04 KB
patch
obsolete
>From 93b78c59a63051948ac36223c2530ac61cb1a169 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 12 May 2021 09:39:03 -0400 >Subject: [PATCH] Bug 28211: Fix count of plugins that should be installed for > unit test > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >--- > t/db_dependent/Koha/Plugins/Plugins.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Plugins/Plugins.t b/t/db_dependent/Koha/Plugins/Plugins.t >index a5ad2010e5..0a6c8b2241 100755 >--- a/t/db_dependent/Koha/Plugins/Plugins.t >+++ b/t/db_dependent/Koha/Plugins/Plugins.t >@@ -126,7 +126,7 @@ subtest 'GetPlugins() tests' => sub { > > @plugins = $plugins->GetPlugins({ metadata => { my_example_tag => 'find_me' }, all => 1 }); > @names = map { $_->get_metadata()->{'name'} } @plugins; >- is( scalar @names, 4, "Only four plugins found via a metadata tag" ); >+ is( scalar @names, 2, "Only two plugins found via a metadata tag" ); > > $schema->storage->txn_rollback; > }; >-- >2.30.1 (Apple Git-130)
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 28211
:
120120
|
120875
|
120882
|
120883
|
122425
|
122426
|
122427
|
125892
|
125926
|
125927
|
125928
|
126274
|
126471
|
126497