From 74f022b0f5f0452db6434cb6c25985e90cf31374 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 23 Jun 2015 16:10:22 +0200 Subject: [PATCH] Bug 14439: Add test - template path should finish by .tt Signed-off-by: Jonathan Druart --- t/db_dependent/Auth.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/db_dependent/Auth.t b/t/db_dependent/Auth.t index 43e1aa8..495467f 100644 --- a/t/db_dependent/Auth.t +++ b/t/db_dependent/Auth.t @@ -8,7 +8,7 @@ use Modern::Perl; use CGI qw ( -utf8 ); use Test::MockModule; use List::MoreUtils qw/all any none/; -use Test::More tests => 12; +use Test::More tests => 13; use Test::Warn; use C4::Members; use Koha::AuthUtils qw/hash_password/; @@ -112,6 +112,7 @@ $dbh->{RaiseError} = 1; ../../../../../../../../../../../../../../../etc/passwd test/../../../../../../../../../../../../../../etc/passwd /etc/passwd + test/does_not_finished_by_tt_t ) ) { eval { -- 2.1.0