Bugzilla – Attachment 145552 Details for
Bug 30254
New overdue fine applied to incorrectly when using "Refund lost item charge and charge new overdue fine" option in circ rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30254: (QA follow-up) Remove warn from tests
Bug-30254-QA-follow-up-Remove-warn-from-tests.patch (text/plain), 989 bytes, created by
Kyle M Hall (khall)
on 2023-01-20 18:25:50 UTC
(
hide
)
Description:
Bug 30254: (QA follow-up) Remove warn from tests
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-01-20 18:25:50 UTC
Size:
989 bytes
patch
obsolete
>From be94967c6af22c29883b5e12734df4c418e3c183 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 1 Nov 2022 10:19:45 +0000 >Subject: [PATCH] Bug 30254: (QA follow-up) Remove warn from tests > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Koha/Item.t | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Item.t b/t/db_dependent/Koha/Item.t >index e23c7dab3d..98c9844d6e 100755 >--- a/t/db_dependent/Koha/Item.t >+++ b/t/db_dependent/Koha/Item.t >@@ -1546,7 +1546,6 @@ subtest 'store() tests' => sub { > $item->set( { itemlost => 0 } )->store; > > $messages = $item->object_messages; >- warn Data::Dumper::Dumper( $messages ); > is( scalar @{$messages}, 0, 'This item has no history, no associated lost fines, presumed not lost by patron, no messages returned'); > > $schema->storage->txn_rollback; >-- >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 30254
:
142839
|
142840
|
142851
|
142852
|
142853
|
145549
|
145550
|
145551
| 145552 |
147185