summaryrefslogtreecommitdiffstats
path: root/t/008filter.t
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-03-17 06:18:40 +0100
committerjocuri%softhome.net <>2004-03-17 06:18:40 +0100
commit17559921835f036a50330476176ea29c598ba84c (patch)
tree30a62af6791bd961aa5c6be328b9f07fd10a1ce4 /t/008filter.t
parent2e96788b00b440821b98d37d582392a51d79f1a3 (diff)
downloadbugzilla-17559921835f036a50330476176ea29c598ba84c.tar.gz
bugzilla-17559921835f036a50330476176ea29c598ba84c.tar.xz
Patch for bug 235459: add icalendar output format in buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
Diffstat (limited to 't/008filter.t')
-rw-r--r--t/008filter.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/008filter.t b/t/008filter.t
index 722802bb8..e0aa5b05f 100644
--- a/t/008filter.t
+++ b/t/008filter.t
@@ -202,7 +202,7 @@ sub directive_ok {
# Note: If a single directive prints two things, and only one is
# filtered, we may not catch that case.
return 1 if $directive =~ /FILTER\ (html|csv|js|url_quote|css_class_quote|
- quoteUrls|time|uri|xml|lower|
+ ics|quoteUrls|time|uri|xml|lower|
unitconvert|none)/x;
return 0;