Bugzilla – Attachment 126797 Details for
Bug 29306
Holds.t: Fix Use of uninitialized value $_ in concatenation (.) or string
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29306: Fix warning on undefined $_ in Holds.t
Bug-29306-Fix-warning-on-undefined--in-Holdst.patch (text/plain), 1.12 KB, created by
Katrin Fischer
on 2021-10-24 10:21:41 UTC
(
hide
)
Description:
Bug 29306: Fix warning on undefined $_ in Holds.t
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-10-24 10:21:41 UTC
Size:
1.12 KB
patch
obsolete
>From 216d5bd8622da1f4123f9dbb75ef9976fe184a28 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 22 Oct 2021 08:19:01 +0000 >Subject: [PATCH] Bug 29306: Fix warning on undefined $_ in Holds.t > >Use of uninitialized value $_ in concatenation (.) or string at t/db_dependent/Holds.t line 1658. > >Results from copying line 70. > >Test plan: >Run Holds.t > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > t/db_dependent/Holds.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Holds.t b/t/db_dependent/Holds.t >index b62bc123bd..69e9b2bc10 100755 >--- a/t/db_dependent/Holds.t >+++ b/t/db_dependent/Holds.t >@@ -1626,7 +1626,7 @@ subtest 'ModReserve can only update expirationdate for found holds' => sub { > my $borrowernumber = Koha::Patron->new( > { > firstname => 'my firstname', >- surname => 'my surname ' . $_, >+ surname => 'whatever surname', > categorycode => $category->{categorycode}, > branchcode => $branch, > } >-- >2.11.0
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 29306
:
126691
| 126797