summaryrefslogtreecommitdiffstats
path: root/t/008filter.t
diff options
context:
space:
mode:
authorkiko%async.com.br <>2004-11-29 08:33:26 +0100
committerkiko%async.com.br <>2004-11-29 08:33:26 +0100
commit5a2b693c8cfcdb188eeaff860094d073149c3603 (patch)
treee8af59a1d4a3b8e90aa763fdcd4d8f094034d70e /t/008filter.t
parentd20996014c4cd9727bb7fa4de41db1e4c8b970d0 (diff)
downloadbugzilla-5a2b693c8cfcdb188eeaff860094d073149c3603.tar.gz
bugzilla-5a2b693c8cfcdb188eeaff860094d073149c3603.tar.xz
s/FEL/filterexceptions.pl -- fix this confusing error message once and for
all. r=ssdbot
Diffstat (limited to 't/008filter.t')
-rw-r--r--t/008filter.t2
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 {