Bugzilla – Attachment 131256 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/db_dependent/Auth.t
Bug-29857-follow-up-Fix-tdbdependentAutht.patch (text/plain), 909 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-03-02 14:37:18 UTC
(
hide
)
Description:
Bug 29857: (follow-up) Fix t/db_dependent/Auth.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-03-02 14:37:18 UTC
Size:
909 bytes
patch
obsolete
>From ebc71153ded860bcc01dc48501977b068358d443 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 2 Mar 2022 11:36:56 -0300 >Subject: [PATCH] Bug 29857: (follow-up) Fix t/db_dependent/Auth.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Auth.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Auth.t b/t/db_dependent/Auth.t >index f053bd115d..187270caae 100755 >--- a/t/db_dependent/Auth.t >+++ b/t/db_dependent/Auth.t >@@ -301,7 +301,7 @@ subtest 'checkpw lockout tests' => sub { > } > ); > }; >- like ( $@, qr(^bad template path), "The file $template_name should not be accessible" ); >+ like ( $@, qr(bad template path), "The file $template_name should not be accessible" ); > } > ( $template, $loggedinuser, $cookies ) = get_template_and_user( > { >-- >2.32.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 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