From bcc9c50b6ea5d66cb8663a50badb7ef29953be55 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Wed, 17 Mar 2004 08:13:43 +0000 Subject: Bustage fix: adding filters defined in bug 232397. New filters need to be added to both test 004 *and* test 008. --- t/008filter.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't') 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; } -- cgit v1.2.3-24-g4f1b