summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorkiko%async.com.br <>2004-03-17 09:13:43 +0100
committerkiko%async.com.br <>2004-03-17 09:13:43 +0100
commitbcc9c50b6ea5d66cb8663a50badb7ef29953be55 (patch)
tree3a12ae18880bb9d92de40b2ad4d2b4e65a76536e /t
parent380b6e527cfb9cc98e6e40849915e2627fa2d0ae (diff)
downloadbugzilla-bcc9c50b6ea5d66cb8663a50badb7ef29953be55.tar.gz
bugzilla-bcc9c50b6ea5d66cb8663a50badb7ef29953be55.tar.xz
Bustage fix: adding filters defined in bug 232397. New filters need to
be added to both test 004 *and* test 008.
Diffstat (limited to 't')
-rw-r--r--t/008filter.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/008filter.t b/t/008filter.t
index e0aa5b05f..d0654008a 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;
}