summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorDamien Nozay <damien.nozay@gmail.com>2013-09-03 11:50:11 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-09-03 11:50:11 +0200
commit916c711be6c16f981ed652ebde73748f704a99dd (patch)
tree54acbca34a4d61684a6f376ca8157e5700db5601 /t
parent61ad334d16a176d5a011f4924674f9683c77a079 (diff)
downloadbugzilla-916c711be6c16f981ed652ebde73748f704a99dd.tar.gz
bugzilla-916c711be6c16f981ed652ebde73748f704a99dd.tar.xz
Bug 911513: 007util.t fails due to a missing dependency to DateTime
r=LpSolit a=sgreen
Diffstat (limited to 't')
-rw-r--r--t/007util.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/007util.t b/t/007util.t
index a73f4dfa7..495102ffa 100644
--- a/t/007util.t
+++ b/t/007util.t
@@ -12,6 +12,7 @@
use lib 't';
use Support::Files;
use Test::More tests => 17;
+use DateTime;
BEGIN {
use_ok(Bugzilla);