Skip Menu |

This queue is for tickets about the DateTime-Format-DateManip CPAN distribution.

Report information
The Basics
Id: 4993
Status: resolved
Priority: 0/
Queue: DateTime-Format-DateManip

People
Owner: Nobody in particular
Requestors: merlyn [...] stonehenge.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.02
Fixed in: (no value)



Subject: "make test" broken
[localhost:cpan/build/DateTime-Format-DateManip-0.02] merlyn% prove -vb t/*.t t/00load...........1..1 ok 1 - use DateTime::Format::DateManip; ok t/01conversions....1..6 ok 1 - Parse Date 'March 23, 2003' ok 2 - Parse Date 'March 23, 2003 12:00 EST' not ok 3 - Format Date '2003-03-23T00:00:00' # Failed test (t/01conversions.t at line 69) # got: '2003032300:00:00' # expected: '2003032303:00:00' not ok 4 - Format Date '2003-03-23T12:00:00' # Failed test (t/01conversions.t at line 69) # got: '2003032312:00:00' # expected: '2003032315:00:00' ok 5 - Parse Duration 'months=38:days=0:minutes=-237:seconds=-2' ok 6 - Format Duration 'months=38:days=0:minutes=-237:seconds=-2' # Looks like you failed 2 tests of 6. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 3-4 Failed 2/6 tests, 66.67% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01conversions.t 2 512 6 2 33.33% 3-4 Failed 1/2 test scripts, 50.00% okay. 2/7 subtests failed, 71.43% okay.