From 0623a45d73fcf1d38d36099db012fdcf7d411cea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 4 Jan 2011 11:16:09 +0100 Subject: [PATCH] template tests waren noch auf _master Syntax angewiesen. --- t/004template.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- 2.20.1