]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bustage fix: adding filters defined in bug 232397. New filters need to
authorkiko%async.com.br <>
Wed, 17 Mar 2004 08:13:43 +0000 (08:13 +0000)
committerkiko%async.com.br <>
Wed, 17 Mar 2004 08:13:43 +0000 (08:13 +0000)
be added to both test 004 *and* test 008.

t/008filter.t

index e0aa5b05f874cb07346942d27f255521f60d1aeb..d0654008a532fe217540c9001c01ca6d2e1da96b 100644 (file)
@@ -203,7 +203,8 @@ sub directive_ok {
     # filtered, we may not catch that case.
     return 1 if $directive =~ /FILTER\ (html|csv|js|url_quote|css_class_quote|
                                         ics|quoteUrls|time|uri|xml|lower|
-                                        unitconvert|none)/x;
+                                        obsolete|inactive|closed|unitconvert|
+                                        none)/x;
 
     return 0;
 }