Bugzilla – Attachment 166677 Details for
Bug 36018
Improve consistency in Acquisition/Order(s) regarding active/current orders
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36018: Prevent random failure from api/v1/acquisitions_orders.t
Bug-36018-Prevent-random-failure-from-apiv1acquisi.patch (text/plain), 1.15 KB, created by
Jonathan Druart
on 2024-05-14 08:41:41 UTC
(
hide
)
Description:
Bug 36018: Prevent random failure from api/v1/acquisitions_orders.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-05-14 08:41:41 UTC
Size:
1.15 KB
patch
obsolete
>From 4629a6d451afbb235c03c30e479b1c4894997614 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 14 May 2024 10:41:20 +0200 >Subject: [PATCH] Bug 36018: Prevent random failure from > api/v1/acquisitions_orders.t > >--- > t/db_dependent/api/v1/acquisitions_orders.t | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > >diff --git a/t/db_dependent/api/v1/acquisitions_orders.t b/t/db_dependent/api/v1/acquisitions_orders.t >index be4867221d8..53b9cab12cd 100755 >--- a/t/db_dependent/api/v1/acquisitions_orders.t >+++ b/t/db_dependent/api/v1/acquisitions_orders.t >@@ -61,9 +61,11 @@ subtest 'list() tests' => sub { > { > class => 'Koha::Acquisition::Orders', > value => { >- basketno => $basket->basketno, >- orderstatus => 'new', >- biblionumber => $biblio->biblionumber >+ basketno => $basket->basketno, >+ orderstatus => 'new', >+ biblionumber => $biblio->biblionumber, >+ quantityreceived => 0, >+ quantity => 1, > } > } > ); >-- >2.34.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 36018
:
162318
|
162320
|
162321
|
163769
|
163770
|
163771
|
163772
|
164953
|
164954
|
164955
|
164956
|
165153
|
166503
|
166504
|
166505
|
166506
|
166507
| 166677