Subject: | broken by HTML-FormHandler-0.40058 |
Date: | Thu, 26 Feb 2015 13:04:31 +0000 |
To: | bug-HTML-FormHandler-Model-DBIC [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
Upgrading from HTML-FormHandler-0.40057 to HTML-FormHandler-0.40058 breaks
HTML-FormHandler-Model-DBIC. The addition of "$self->clear_item_id"
in HTML::FormHandler->clear causes this:
t/book.t .............. 1/?
# Failed test 'handle one value for multiple select'
# at t/book.t line 58.
# Failed test 'multiple select list has no selected options'
# at t/book.t line 120.
# got: '2'
# expected: '0'
t/book.t .............. 33/? # Looks like you failed 2 tests of 33.
t/book.t .............. Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/33 subtests
# Failed test 'fif ok'
# at t/related.t line 58.
# Structures begin differing at:
# $got->{addresses.0.address_id} = ''
# $expected->{addresses.0.address_id} = '1'
# Failed test 'new user'
# at t/related.t line 113.
# got: '14'
# expected: '6'
# Looks like you failed 2 tests of 14.
t/related.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/14 subtests
I don't know which side is at fault, so I'm reporting this to both.
-zefram