[html-formfu] tests failing in latest trunk

Carl Franks fireartist at gmail.com
Tue Jul 10 10:24:12 GMT 2007


On 10/07/07, Daisuke Maki <daisuke at endeworks.jp> wrote:
>
> I finally got to updating my HTML::FormFu copy, but the tests seem to
> fail. Are you missing some file commits?
>
> first failure:
>
> t/elements/src...............................Can't locate
> HTML/FormFu/Element/src.pm in @INC (@INC contains:
> /home/daisuke/svn/HTML-FormFu/inc /home/daisuke/svn/HTML-FormFu/blib/lib
> /home/daisuke/svn/HTML-FormFu/blib/arch

Hmm, Elements/src,pm is definitely in the repository - does your @INC
look correct?
How are you invoking the test suite?
I've tried both `prove -lr t` and `prove -br t` and all tests pass ok.

> Here's another failure:
>
> t/form/add_render_class_args.................Can't locate object method
> "add_render_class_args" via package "HTML::FormFu" at
> t/form/add_render_class_args.t line 14.

It looks like it's using an older version of HTML/FormFu.pm

Carl



More information about the HTML-FormFu mailing list