From 518908327c0e0a1221908bf4e586ba2c56428ab1 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" Date: Sun, 28 Nov 2004 23:33:26 +0000 Subject: [PATCH] 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 --- mozilla/webtools/bugzilla/t/008filter.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/t/008filter.t b/mozilla/webtools/bugzilla/t/008filter.t index cc5c63f4b71..531edf28e27 100644 --- a/mozilla/webtools/bugzilla/t/008filter.t +++ b/mozilla/webtools/bugzilla/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 {