Bugzilla – Attachment 142853 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), 933 bytes, created by
Martin Renvoize (ashimema)
on 2022-11-01 10:21:42 UTC
(
hide
)
Description:
Bug 30254: (QA follow-up) Remove warn from tests
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-11-01 10:21:42 UTC
Size:
933 bytes
patch
obsolete
>From 5760c40e4d6a2f94a389e463f53a2f5dafc24e23 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> >--- > 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 53cd3b872e..5f1bc03f6e 100755 >--- a/t/db_dependent/Koha/Item.t >+++ b/t/db_dependent/Koha/Item.t >@@ -1480,7 +1480,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.20.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 30254
:
142839
|
142840
|
142851
|
142852
|
142853
|
145549
|
145550
|
145551
|
145552
|
147185