projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef93da
)
template tests waren noch auf _master Syntax angewiesen.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 4 Jan 2011 10:16:09 +0000
(11:16 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 4 Jan 2011 10:16:09 +0000
(11:16 +0100)
t/004template.t
patch
|
blob
|
history
diff --git
a/t/004template.t
b/t/004template.t
index
403e185
..
128d4af
100644
(file)
--- a/
t/004template.t
+++ b/
t/004template.t
@@
-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.");