Bug 14439: Add test - template path should finish by .tt
authorJonathan Druart <jonathan.druart@koha-community.org>
Tue, 23 Jun 2015 14:10:22 +0000 (16:10 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 24 Jun 2015 13:53:25 +0000 (10:53 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Auth.t

index 43e1aa8..495467f 100644 (file)
@@ -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 {