From 043223600648e41a2da3f7c3377f7bde7ed644de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= 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