Bugzilla – Attachment 126471 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 test
Bug-28211-Fix-test.patch (text/plain), 1.24 KB, created by
Jonathan Druart
on 2021-10-19 07:26:38 UTC
(
hide
)
Description:
Bug 28211: Fix test
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-10-19 07:26:38 UTC
Size:
1.24 KB
patch
obsolete
>From 67d2a7f775f555074580853ffdd9ea0cd7cdce85 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 19 Oct 2021 09:25:25 +0200 >Subject: [PATCH] Bug 28211: Fix test > > # Failed test 'Plugin enabled, route defined' > # at t/db_dependent/Koha/REST/Plugin/PluginRoutes.t line 125. > # Looks like you failed 1 test of 2. > >105 $good_plugin = $plugin >106 if $plugin->{metadata}->{description} eq 'Test plugin'; > >The wrong plugin was considered the good one. >--- > t/lib/Koha/Plugin/TestItemBarcodeTransform.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/lib/Koha/Plugin/TestItemBarcodeTransform.pm b/t/lib/Koha/Plugin/TestItemBarcodeTransform.pm >index 32f0b895500..c653a11c27f 100644 >--- a/t/lib/Koha/Plugin/TestItemBarcodeTransform.pm >+++ b/t/lib/Koha/Plugin/TestItemBarcodeTransform.pm >@@ -15,7 +15,7 @@ our $VERSION = 1.01; > our $metadata = { > name => 'Test Plugin for item_barcode_transform', > author => 'Kyle M Hall', >- description => 'Test plugin', >+ description => 'Test plugin for item_barcode_transform', > date_authored => '2021-10-14', > date_updated => '2021-10-14', > minimum_version => '21.11', >-- >2.25.1
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