Skip Menu |

This queue is for tickets about the Date-Manip CPAN distribution.

Report information
The Basics
Id: 77766
Status: resolved
Priority: 0/
Queue: Date-Manip

People
Owner: Nobody in particular
Requestors: perl [...] evancarroll.com
Cc:
AdminCc:

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



Subject: Failing tests in t/01conversions.t
Test Summary Report ------------------- t/01conversions.t (Wstat: 768 Tests: 6 Failed: 3) Failed tests: 1, 3-4 Non-zero exit status: 3 Files=2, Tests=7, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.80 cusr 0.04 csys = 0.86 CPU) Result: FAIL Failed 1/2 test programs. 3/7 subtests failed. make: *** [test] Error 3 [ERROR] MAKE TEST failed: /usr/bin/perl Build --makefile_env_macros 1 test t/00load.t ......... ok # Failed test 'Parse Date 'March 23, 2003'' # at t/01conversions.t line 67. # got: '2003-03-22T09:00:00.000000000 EST # ' # expected: '2003-03-23T00:00:00.000000000 EST # ' # Failed test 'Format Date '2003-03-23T00:00:00'' # at t/01conversions.t line 73. # got: '2003032318:00:00' # expected: '2003032303:00:00' # Failed test 'Format Date '2003-03-23T12:00:00'' # at t/01conversions.t line 73. # got: '2003032406:00:00' # expected: '2003032315:00:00' # Looks like you failed 3 tests of 6. t/01conversions.t .. Dubious, test returned 3 (wstat 768, 0x300) Failed 3/6 subtests -- Evan Carroll System Lord of the Internets http://www.evancarroll.com
Sorry for the late reply... I was on vacation when this was submitted and just got back. I'm a bit confused about this report. The file 't/01conversions.t' does not exist in the Date::Manip package, so I'm not sure how you're getting this failure. Offhand, it appears to me that this is in some other module that uses Date::Manip . If you can supply a bit more information, I may be able to help (though I don't guarantee anything if this really is due to some other module).
I'm closing this because the problem appears to be in a test script from another module. Since I don't know what module that is, I can't even verify what it's relationship to Date::Manip is. Feel free to reopen this ticket and provide information about the module in question. Alternately, provide me with a simple Date::Manip failure example (which MAY simply be the input and output from this failing test) and I'll look into it. Thanks