template tests waren noch auf _master Syntax angewiesen.
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 4 Jan 2011 10:16:09 +0000 (11:16 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 4 Jan 2011 10:16:09 +0000 (11:16 +0100)
t/004template.t

index 403e185..128d4af 100644 (file)
@@ -56,7 +56,7 @@ my $fh;
 
 # test master files for <translate> 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 =~ /<translate>/) {
         ok(0, "$file uses deprecated <translate> tags.");