Bugzilla – Attachment 127827 Details for
Bug 29387
BatchUpdateBiblio does not handle exception correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29387: (QA follow-up) Fix modules in test
Bug-29387-QA-follow-up-Fix-modules-in-test.patch (text/plain), 1.20 KB, created by
Marcel de Rooy
on 2021-11-19 07:43:43 UTC
(
hide
)
Description:
Bug 29387: (QA follow-up) Fix modules in test
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2021-11-19 07:43:43 UTC
Size:
1.20 KB
patch
obsolete
>From 9da9f413498bbba106faffc6f2baa9fda627a59b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 19 Nov 2021 07:22:09 +0000 >Subject: [PATCH] Bug 29387: (QA follow-up) Fix modules in test >Content-Type: text/plain; charset=utf-8 > >Can't locate object method "new" via package "Koha::BackgroundJob::BatchUpdateBiblio" (perhaps you forgot to load "Koha::BackgroundJob::BatchUpdateBiblio"?) at t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t line 45. > >How did it pass at signoff? > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t b/t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t >index 75ebf2bc2f..8463aef6e1 100755 >--- a/t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t >+++ b/t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t >@@ -25,6 +25,8 @@ use JSON qw( encode_json decode_json ); > > use Koha::Database; > use Koha::BackgroundJobs; >+use Koha::BackgroundJob::BatchUpdateBiblio; >+use Koha::Exceptions::Exception; > use t::lib::TestBuilder; > > my $schema = Koha::Database->new->schema; >-- >2.20.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 29387
:
127205
|
127207
|
127431
|
127594
|
127595
|
127825
|
127826
| 127827 |
127924