s/FEL/filterexceptions.pl -- fix this confusing error message once and for

all. r=ssdbot


git-svn-id: svn://10.0.0.236/trunk@165865 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kiko%async.com.br
2004-11-28 23:33:26 +00:00
parent 2f3e975094
commit 518908327c

View File

@@ -137,7 +137,7 @@ foreach my $path (@Support::Templates::include_paths) {
if (@notfound) {
my $nflist = join("\n ", @notfound);
ok(0, "($lang/$flavor) $fullpath - FEL has extra members:\n $nflist\n" .
ok(0, "($lang/$flavor) $fullpath - filterexceptions.pl has extra members:\n $nflist\n" .
"--WARNING");
}
else {