summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-11-24 10:32:18 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-11-24 10:32:18 +0100
commit0eb69045b7a52fb4f8616be3ce16a98a83d35831 (patch)
tree94dc07ba96d46350e8069beac466dc4aa93b94e4 /t
parent8155a9389a4ab33f694fac5e08c6992ab89deac8 (diff)
downloadbugzilla-0eb69045b7a52fb4f8616be3ce16a98a83d35831.tar.gz
bugzilla-0eb69045b7a52fb4f8616be3ce16a98a83d35831.tar.xz
Bug 1102003: The URL and status whiteboard fields display ARRAY(...) instead of real data
r=dkl a=glob
Diffstat (limited to '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 204bbdc43..fea018d43 100644
--- a/t/008filter.t
+++ b/t/008filter.t
@@ -212,7 +212,7 @@ sub directive_ok {
return 1 if $directive =~ /FILTER\ (html|csv|js|base64|css_class_quote|ics|
quoteUrls|time|uri|xml|lower|html_light|
obsolete|inactive|closed|unitconvert|
- txt|html_linebreak|markdown|none)\b/x;
+ txt|html_linebreak|markdown|none|null)\b/x;
return 0;
}