From: kiko%async.com.br <> Date: Wed, 17 Mar 2004 08:13:43 +0000 (+0000) Subject: Bustage fix: adding filters defined in bug 232397. New filters need to X-Git-Tag: bugzilla-2.18rc1~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcc9c50b6ea5d66cb8663a50badb7ef29953be55;p=thirdparty%2Fbugzilla.git Bustage fix: adding filters defined in bug 232397. New filters need to be added to both test 004 *and* test 008. --- diff --git a/t/008filter.t b/t/008filter.t index e0aa5b05f8..d0654008a5 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -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; }