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)

defect
Not set
minor

Tracking

()

RESOLVED FIXED
Bugzilla 4.4

People

(Reporter: dnozay, Assigned: dnozay)

Details

Attachments

(1 file)

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.
Attached patch use DateTime;Splinter Review
Attachment #798234 - Flags: review?(LpSolit)
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+
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
Flags: approval?
Flags: approval4.4?
Flags: approval4.4+
Flags: approval+
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.

Attachment

General

Created:
Updated:
Size: