X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..1ca40c6c7a84c32c38a60b2d31d3eb7b6030470b:/t/004template.t diff --git a/t/004template.t b/t/004template.t index 403e18550..128d4af32 100644 --- a/t/004template.t +++ b/t/004template.t @@ -56,7 +56,7 @@ my $fh; # test master files for tag foreach my $ref (@Support::Templates::referenced_files) { - my $file = "${template_path}${ref}_master.html"; + my $file = "${template_path}${ref}.html"; my $data = read_file($file) || die "??? couldn't open $file"; if ($data =~ //) { ok(0, "$file uses deprecated tags.");