Bugzilla – Attachment 131241 Details for
Bug 29857
We must stringify our exceptions correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29857: (follow-up) Fix t/Koha/Plugins/Tab.t
Bug-29857-follow-up-Fix-tKohaPluginsTabt.patch (text/plain), 1.15 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-03-02 12:40:18 UTC
(
hide
)
Description:
Bug 29857: (follow-up) Fix t/Koha/Plugins/Tab.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-03-02 12:40:18 UTC
Size:
1.15 KB
patch
obsolete
>From f53fbf9bcab5dd86bda23cb871bd5a7c434501f6 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 2 Mar 2022 09:31:47 -0300 >Subject: [PATCH] Bug 29857: (follow-up) Fix t/Koha/Plugins/Tab.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/Koha/Plugins/Tab.t | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/t/Koha/Plugins/Tab.t b/t/Koha/Plugins/Tab.t >index 94b7097f23..7502967499 100755 >--- a/t/Koha/Plugins/Tab.t >+++ b/t/Koha/Plugins/Tab.t >@@ -29,9 +29,9 @@ subtest 'new() tests' => sub { > 'Koha::Exceptions::MissingParameter', > 'Exception is thrown on missing content'; > >- is( >+ like( > "$@", >- "Mandatory parameter 'content' missing", >+ qr/Mandatory parameter 'content' missing/, > 'Exception message is correct' > ); > >@@ -39,9 +39,9 @@ subtest 'new() tests' => sub { > 'Koha::Exceptions::MissingParameter', > 'Exception is thrown on missing title'; > >- is( >+ like( > "$@", >- "Mandatory parameter 'title' missing", >+ qr/Mandatory parameter 'title' missing/, > 'Exception message is correct' > ); > >-- >2.35.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 29857
:
129329
|
129330
|
130007
|
130008
|
130009
|
130010
|
130011
|
130012
|
130013
|
130014
|
130015
|
130156
|
130157
|
130158
|
130355
|
131112
|
131113
|
131114
|
131115
|
131116
|
131117
|
131232
|
131240
| 131241 |
131242
|
131243
|
131244
|
131256
|
131258
|
131287
|
131288
|
131289
|
131290
|
131291