Skip Menu |

This queue is for tickets about the Time-Piece CPAN distribution.

Report information
The Basics
Id: 122113
Status: resolved
Priority: 0/
Queue: Time-Piece

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.31_03
Fixed in: 1.31_04



Subject: 1.31_03 breaks Time-List-0.13
With 1.31_03 I see the following failures in the Time-List test suite: ... # Failed test at t/004_get_list_month_array.t line 25. # Structures begin differing at: # $got->[1] = '2013-02-01' # $expected->[1] = '2013-01-31' # Failed test at t/004_get_list_month_array.t line 38. # Structures begin differing at: # $got->[1] = '2013-02-01' # $expected->[1] = '2013-01-31' # Failed test at t/004_get_list_month_array.t line 51. # Structures begin differing at: # $got->[0] = '2013-04-01' # $expected->[0] = '2013-03-31' # Failed test at t/004_get_list_month_array.t line 58. # Structures begin differing at: # $got->[0] = '2013-04-01' # $expected->[0] = '2013-03-31' # Looks like you failed 4 tests of 4. # Failed test 'get_list_array' # at t/004_get_list_month_array.t line 65. ... (etc.) ...
On 2017-06-16 12:36:42, SREZIC wrote: Show quoted text
> With 1.31_03 I see the following failures in the Time-List test suite: > > ... > # Failed test at t/004_get_list_month_array.t line 25. > # Structures begin differing at: > # $got->[1] = '2013-02-01' > # $expected->[1] = '2013-01-31' > > # Failed test at t/004_get_list_month_array.t line 38. > # Structures begin differing at: > # $got->[1] = '2013-02-01' > # $expected->[1] = '2013-01-31' > > # Failed test at t/004_get_list_month_array.t line 51. > # Structures begin differing at: > # $got->[0] = '2013-04-01' > # $expected->[0] = '2013-03-31' > > # Failed test at t/004_get_list_month_array.t line 58. > # Structures begin differing at: > # $got->[0] = '2013-04-01' > # $expected->[0] = '2013-03-31' > # Looks like you failed 4 tests of 4. > > # Failed test 'get_list_array' > # at t/004_get_list_month_array.t line 65. > ... (etc.) ...
Similar failures also with SONGMU/Time-Piece-Plus-0.05.tar.gz: ... # Failed test 'days are truncated' # at t/05_truncate.t line 36. # got: '31' # expected: '1' # Failed test 'correct truncated date' # at t/05_truncate.t line 37. # got: '2011-10-31 00:00:00' # expected: '2011-11-01 00:00:00' # Looks like you failed 2 tests of 5. # Failed test 'truncate to month' # at t/05_truncate.t line 38. # Looks like you failed 1 test of 5. t/05_truncate.t .............. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests ...