Skip Menu |

This queue is for tickets about the HTML-FormFu-Model-DBIC CPAN distribution.

Report information
The Basics
Id: 45179
Status: resolved
Priority: 0/
Queue: HTML-FormFu-Model-DBIC

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

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



Subject: make test fails
t/options_from_model/many_to_many_select.t fails probably with newer HTML::FormFu ~> perl -Ilib t/options_from_model/many_to_many_select.t 1..1 not ok 1 - Options set from the model # Failed test 'Options set from the model' # at t/options_from_model/many_to_many_select.t line 54. # Structures begin differing at: # $got->[0]{container_attributes} = HASH(0x18dd388) # $expected->[0]{container_attributes} = Does not exist # Looks like you failed 1 test of 1. $got has container_attributes attribute, which is_deeply is not expecting.
I can second the failure. Furthermore, from cpantesters.org it looks like HTML::FormFu 0.03007 PASSes while HTML::FormFu 0.04001 FAILs. Maybe changes in HTML::FormFu::Element::_Field between the two versions of HTML:::FormFu are responsable?
From: lwsitu [...] yahoo.com
On Mon Apr 27 12:28:59 2009, MATEU wrote: Show quoted text
> I can second the failure. Furthermore, from cpantesters.org it looks > like HTML::FormFu 0.03007 PASSes while HTML::FormFu 0.04001 FAILs. > > Maybe changes in HTML::FormFu::Element::_Field between the two versions > of HTML:::FormFu are responsable?
The change was from 0.03007 -> 0.04000. in _parse_option of HTML::FormFu::Element::_Group adding "'container_attributes' => {}," to the test to account for the change seems reasonable to me
This is fixed in v0.04002 now on cpan