Bugzilla – Attachment 47464 Details for
Bug 15288
Error pages: Code duplication removal and better translatability
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15288: (follow-up) Make t/db_dependent/Auth.t pass
Bug-15288-follow-up-Make-tdbdependentAutht-pass.patch (text/plain), 1.23 KB, created by
Marc Véron
on 2016-01-29 13:22:20 UTC
(
hide
)
Description:
Bug 15288: (follow-up) Make t/db_dependent/Auth.t pass
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-01-29 13:22:20 UTC
Size:
1.23 KB
patch
obsolete
>From 043223600648e41a2da3f7c3377f7bde7ed644de Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Fri, 29 Jan 2016 14:18:54 +0100 >Subject: [PATCH] Bug 15288: (follow-up) Make t/db_dependent/Auth.t pass > >Changed test from (deleted) 500.tt to erroroage.tt >--- > t/db_dependent/Auth.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Auth.t b/t/db_dependent/Auth.t >index 495467f..681476b 100644 >--- a/t/db_dependent/Auth.t >+++ b/t/db_dependent/Auth.t >@@ -130,7 +130,7 @@ $dbh->{RaiseError} = 1; > } > ( $template, $loggedinuser, $cookies ) = get_template_and_user( > { >- template_name => 'errors/500.tt', >+ template_name => 'errors/errorpage.tt', > query => $query, > type => "intranet", > authnotrequired => 1, >@@ -138,7 +138,7 @@ $dbh->{RaiseError} = 1; > } > ); > my $file_exists = ( -f $template->{filename} ) ? 1 : 0; >- is ( $file_exists, 1, 'The file errors/500.tt should be accessible (contains integers)' ); >+ is ( $file_exists, 1, 'The file errors/errorpage.tt should be accessible (contains integers)' ); > } > > # Check that there is always an OPACBaseURL set. >-- >1.7.10.4
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 15288
:
45354
|
45355
|
45356
|
45357
|
45396
|
45422
|
45424
|
45425
|
45426
|
46303
|
46316
|
46322
|
46323
|
46324
| 47464 |
48476