]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
s/FEL/filterexceptions.pl -- fix this confusing error message once and for
authorkiko%async.com.br <>
Mon, 29 Nov 2004 07:33:26 +0000 (07:33 +0000)
committerkiko%async.com.br <>
Mon, 29 Nov 2004 07:33:26 +0000 (07:33 +0000)
all. r=ssdbot

t/008filter.t

index cc5c63f4b710626a74cddbbb566a7ad83b954b38..531edf28e27f90f5a91d4ced1cd90f5a4f323e60 100644 (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 {