Bugzilla – Attachment 186282 Details for
Bug 40765
Acquisition tests will fail if order.quantity is set to 0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40765: Fix EDI.t
Bug-40765-Fix-EDIt.patch (text/plain), 1.55 KB, created by
Jonathan Druart
on 2025-09-09 11:33:24 UTC
(
hide
)
Description:
Bug 40765: Fix EDI.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-09-09 11:33:24 UTC
Size:
1.55 KB
patch
obsolete
>From 21681c46f73f83e3241ed35a9713a4781ec24e8e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 9 Sep 2025 13:32:29 +0200 >Subject: [PATCH] Bug 40765: Fix EDI.t > >I have no idea why this is fixing the test! > >Without this patch they fail: > >t/db_dependent/Koha/EDI.t .. 1/5 > # Failed test '14 log lines recorded for passed invoice file' > # at t/db_dependent/Koha/EDI.t line 725. > # got: '12' > # expected: '14' > > # Failed test 'Warn recorded for transferring items' > # at t/db_dependent/Koha/EDI.t line 728. > # 'Unmatched item at branch:WID' > # doesn't match '(?^u:transferring.*)' > > # Failed test 'Warn recorded for transferring items' > # at t/db_dependent/Koha/EDI.t line 728. > # '' > # doesn't match '(?^u:transferring.*)' > > # Failed test 'Warn recorded for unmatched item' > # at t/db_dependent/Koha/EDI.t line 728. > # '' > # doesn't match '(?^u:Unmatched item at branch:.*)' > # Looks like you failed 4 tests of 32. >--- > t/db_dependent/Koha/EDI.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Koha/EDI.t b/t/db_dependent/Koha/EDI.t >index d136b6f08f6..7bf26785cd8 100755 >--- a/t/db_dependent/Koha/EDI.t >+++ b/t/db_dependent/Koha/EDI.t >@@ -687,6 +687,7 @@ subtest 'process_invoice' => sub { > value => { > basketno => $basket->id, > orderstatus => 'new', >+ quantity => 3, > } > } > ); >-- >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 40765
:
186255
|
186266
| 186282