Bugzilla – Attachment 120875 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), 994 bytes, created by
Kyle M Hall (khall)
on 2021-05-12 13:42:22 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-05-12 13:42:22 UTC
Size:
994 bytes
patch
obsolete
>From e442b4326feccba2aa4f784c4b08e8104f835f8f 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 > >--- > 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.24.3 (Apple Git-128)
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