diff options
author | Byron Jones <glob@mozilla.com> | 2015-08-31 06:20:49 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-08-31 06:20:49 +0200 |
commit | fedc614940493768c53791939065fcf72ac5414b (patch) | |
tree | 4c3556fb667410cf1039168c1a17d3b90d7979c1 /t | |
parent | 48649030bf8536d8b9cf9df522c39438a06ec56c (diff) | |
download | bugzilla-fedc614940493768c53791939065fcf72ac5414b.tar.gz bugzilla-fedc614940493768c53791939065fcf72ac5414b.tar.xz |
Bug 714724 - correctly encode emails as quoted-printable
r=LpSolit,a=sgreen
Diffstat (limited to 't')
-rw-r--r-- | t/011pod.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/011pod.t b/t/011pod.t index 9c092eeb1..193435d4e 100644 --- a/t/011pod.t +++ b/t/011pod.t @@ -35,6 +35,7 @@ use constant SUB_WHITELIST => ( 'Bugzilla::JobQueue' => qr/(?:^work_once|work_until_done|subprocess_worker)$/, 'Bugzilla::Search' => qr/^SPECIAL_PARSING$/, 'Bugzilla::Template' => qr/^field_name$/, + 'Bugzilla::MIME' => qr/^as_string$/, ); # These modules do not need to be documented, generally because they |