diff options
author | kiko%async.com.br <> | 2004-11-29 07:33:26 +0000 |
---|---|---|
committer | kiko%async.com.br <> | 2004-11-29 07:33:26 +0000 |
commit | 5a2b693c8cfcdb188eeaff860094d073149c3603 (patch) | |
tree | e8af59a1d4a3b8e90aa763fdcd4d8f094034d70e /t | |
parent | d20996014c4cd9727bb7fa4de41db1e4c8b970d0 (diff) | |
download | bugs-5a2b693c8cfcdb188eeaff860094d073149c3603.tar bugs-5a2b693c8cfcdb188eeaff860094d073149c3603.tar.gz bugs-5a2b693c8cfcdb188eeaff860094d073149c3603.tar.bz2 bugs-5a2b693c8cfcdb188eeaff860094d073149c3603.tar.xz bugs-5a2b693c8cfcdb188eeaff860094d073149c3603.zip |
s/FEL/filterexceptions.pl -- fix this confusing error message once and for
all. r=ssdbot
Diffstat (limited to 't')
-rw-r--r-- | t/008filter.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/008filter.t b/t/008filter.t index cc5c63f4b..531edf28e 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -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 { |