diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-11-24 10:32:18 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-11-24 10:32:18 +0100 |
commit | 0eb69045b7a52fb4f8616be3ce16a98a83d35831 (patch) | |
tree | 94dc07ba96d46350e8069beac466dc4aa93b94e4 /t | |
parent | 8155a9389a4ab33f694fac5e08c6992ab89deac8 (diff) | |
download | bugzilla-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.t | 2 |
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; } |