From 7585e73d0dddc9693e7b86fe39e14808d46048b1 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 24 Jul 2013 16:18:47 +0800 Subject: Bug 533878: Allow relative date searches involving date/time custom fields r=LpSolit, a=sgreen --- t/011pod.t | 1 + 1 file changed, 1 insertion(+) (limited to 't') 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 -- cgit v1.2.3-24-g4f1b