Bugzilla – Attachment 148080 Details for
Bug 30943
Make background job classes use helpers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30943: Fix test
Bug-30943-Fix-test.patch (text/plain), 943 bytes, created by
Kyle M Hall (khall)
on 2023-03-10 15:48:49 UTC
(
hide
)
Description:
Bug 30943: Fix test
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-03-10 15:48:49 UTC
Size:
943 bytes
patch
obsolete
>From c5101aa06e01a9993d192e797b067ed40c0b76ae Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 1 Feb 2023 16:17:57 +0100 >Subject: [PATCH] Bug 30943: Fix test > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t b/t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t >index b18a3bfb6e..d39a204079 100755 >--- a/t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t >+++ b/t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t >@@ -62,6 +62,7 @@ subtest 'process' => sub { > { > status => 'new', > type => 'create_eholdings_from_biblios', >+ size => 1, > } > )->store; > $job = Koha::BackgroundJobs->find( $job->id ); >-- >2.30.2
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 30943
:
140329
|
144340
|
145957
|
145958
|
147765
|
147766
|
147767
|
148078
|
148079
| 148080