diff options
author | jocuri%softhome.net <> | 2004-03-17 06:18:40 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-03-17 06:18:40 +0100 |
commit | 17559921835f036a50330476176ea29c598ba84c (patch) | |
tree | 30a62af6791bd961aa5c6be328b9f07fd10a1ce4 /t | |
parent | 2e96788b00b440821b98d37d582392a51d79f1a3 (diff) | |
download | bugzilla-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')
-rw-r--r-- | t/008filter.t | 2 |
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; |