diff options
author | Byron Jones <bjones@mozilla.com> | 2013-07-24 10:18:47 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-07-24 10:18:47 +0200 |
commit | 7585e73d0dddc9693e7b86fe39e14808d46048b1 (patch) | |
tree | 6c23dc5cf01719f2c889ded3bd4ddb52d35f8452 /t | |
parent | 3f1ae2270b7e6c95a222c09bbced49402c4637fc (diff) | |
download | bugzilla-7585e73d0dddc9693e7b86fe39e14808d46048b1.tar.gz bugzilla-7585e73d0dddc9693e7b86fe39e14808d46048b1.tar.xz |
Bug 533878: Allow relative date searches involving date/time custom fields
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 92474d553..0ddd3059d 100644 --- a/t/011pod.t +++ b/t/011pod.t @@ -31,6 +31,7 @@ use constant SUB_WHITELIST => ( 'Bugzilla::Flag' => qr/^(?:(force_)?retarget|force_cleanup)$/, 'Bugzilla::FlagType' => qr/^sqlify_criteria$/, 'Bugzilla::JobQueue' => qr/(?:^work_once|subprocess_worker)$/, + 'Bugzilla::Search' => qr/^SPECIAL_PARSING$/, ); # These modules do not need to be documented, generally because they |