Bugzilla – Attachment 184548 Details for
Bug 40387
t/db_dependent/Koha/EDI.t generates warnings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40387: Comment some of the superflous diag
Bug-40387-Comment-some-of-the-superflous-diag.patch (text/plain), 1.54 KB, created by
Jonathan Druart
on 2025-07-23 12:35:10 UTC
(
hide
)
Description:
Bug 40387: Comment some of the superflous diag
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-07-23 12:35:10 UTC
Size:
1.54 KB
patch
obsolete
>From b777420e47b233bd30ec7e7f96c243b40ec53e45 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Wed, 23 Jul 2025 10:52:33 +0100 >Subject: [PATCH] Bug 40387: Comment some of the superflous diag > >The test output was a little verbose in places, however the diag's can >be helpful when debugging failures. I've opted to comment rather than >completely remove them. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/db_dependent/Koha/EDI.t | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Koha/EDI.t b/t/db_dependent/Koha/EDI.t >index 46a876cfb71..d136b6f08f6 100755 >--- a/t/db_dependent/Koha/EDI.t >+++ b/t/db_dependent/Koha/EDI.t >@@ -397,7 +397,8 @@ subtest 'process_quote' => sub { > my $orderline = 0; > while ( my $order = $orders->next ) { > $orderline++; >- diag( "Looking at order: " . $orderline ); >+ >+ #diag( "Looking at order: " . $orderline ); > if ( $orderline == 1 ) { > > # Fund allocation >@@ -442,7 +443,8 @@ subtest 'process_quote' => sub { > is( $rotas{'FAST'}, 1, "One item added to 'FAST' rota" ); > is( $rotas{'SLOW'}, 1, "One item added to 'SLOW' rota" ); > } elsif ( $orderline == 3 ) { >- diag("Second LIN split into 2 Orderlines, one for each Fund"); >+ >+ #diag("Second LIN split into 2 Orderlines, one for each Fund"); > > # Fund allocation > my $fund = $order->fund; >-- >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 40387
:
184379
|
184380
|
184381
|
184382
|
184414
|
184415
|
184416
|
184417
|
184539
|
184544
|
184545
|
184546
|
184547
| 184548