Closed
Bug 911513
Opened 12 years ago
Closed 12 years ago
007util.t fails due to a missing dependency to DateTime
Categories
(Bugzilla :: Testing Suite, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.4
People
(Reporter: dnozay, Assigned: dnozay)
Details
Attachments
(1 file)
237 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
https://travis-ci.org/dnozay/bugzilla/builds/10701701#L1044
> t/007util.t .......... 1/17 Can't locate object method "new" via package "DateTime" at t/007util.t line 27.
> # Looks like you planned 17 tests but ran 2.
> # Looks like your test exited with 255 just after 2.
The test fails because we are missing a "use" statement.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #798234 -
Flags: review?(LpSolit)
![]() |
||
Comment 2•12 years ago
|
||
Comment on attachment 798234 [details] [diff] [review]
use DateTime;
I cannot reproduce your error, but adding this dependency doesn't hurt. r=LpSolit
Attachment #798234 -
Flags: review?(LpSolit) → review+
![]() |
||
Updated•12 years ago
|
Assignee: testing → damien.nozay
Severity: normal → minor
Status: UNCONFIRMED → ASSIGNED
Component: QA Test Scripts → Testing Suite
Ever confirmed: true
Flags: approval?
Flags: approval4.4?
OS: Mac OS X → All
Hardware: x86 → All
Summary: Tests fail because of datetime. → 007util.t fails due to a missing dependency to DateTime
Target Milestone: --- → Bugzilla 4.4
![]() |
||
Updated•12 years ago
|
Flags: approval?
Flags: approval4.4?
Flags: approval4.4+
Flags: approval+
![]() |
||
Comment 3•12 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified t/007util.t
Committed revision 8724.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.4/
modified t/007util.t
Committed revision 8602.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•