Bugzilla – Attachment 91411 Details for
Bug 23280
Warning in t/db_dependent/selenium/patrons_search.t
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23280: Silence warning
Bug-23280-Silence-warning.patch (text/plain), 1.25 KB, created by
Martin Renvoize (ashimema)
on 2019-07-08 16:42:33 UTC
(
hide
)
Description:
Bug 23280: Silence warning
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-07-08 16:42:33 UTC
Size:
1.25 KB
patch
obsolete
>From 481d34613183300bff31f7f6a66abe8aa893e07a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 8 Jul 2019 17:41:16 +0100 >Subject: [PATCH] Bug 23280: Silence warning > >Corrects a typo in t/db_dependent/selenium/patrons_search.t introduced >by bug 22781. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/db_dependent/selenium/patrons_search.t | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/selenium/patrons_search.t b/t/db_dependent/selenium/patrons_search.t >index fa5344d721..1d8cd98e48 100644 >--- a/t/db_dependent/selenium/patrons_search.t >+++ b/t/db_dependent/selenium/patrons_search.t >@@ -50,7 +50,11 @@ subtest 'Search patrons' => sub { > my $address = q|<strong>add'res"s</strong> \123 â¤|; > my $email = q|a<strong>bad_email</strong>@example\123 â¤.com|; > my $patron_category = $builder->build_object( >- { class => 'Koha::Patron::Categories', category_type => 'A' } ); >+ { >+ class => 'Koha::Patron::Categories', >+ value => { category_type => 'A' } >+ } >+ ); > my $library = $builder->build_object( > { class => 'Koha::Libraries', value => { branchname => $branchname } } > ); >-- >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 23280
: 91411