FormFu / HTML-FormFu

HTML Form Creation, Rendering and Validation Framework. Just define the form, and let FormFu do the all heavy lifting.
http://formfu.rocks
34 stars 24 forks source link

tests fail with CGI.pm < 3.37 #7

Closed rbuels closed 13 years ago

rbuels commented 13 years ago

Failure with CGI.pm 3.35:

rob@nightshade HTML-FormFu (master %)$ prove -ICGI.pm-3.35 -lrv t/constraints/file.t
t/constraints/file.t .. 
1..10
Malformed multipart POST
# Looks like your test exited with 25 before it could output anything.
Dubious, test returned 25 (wstat 6400, 0x1900)
Failed 10/10 subtests 

Test Summary Report
-------------------
t/constraints/file.t (Wstat: 6400 Tests: 0 Failed: 0)
  Non-zero exit status: 25
  Parse errors: Bad plan.  You planned 10 tests but ran 0.
Files=1, Tests=0,  1 wallclock secs ( 0.02 usr  0.00 sys +  0.34 cusr  0.02 csys =  0.38 CPU)
Result: FAIL

Need to either add a dependency on a newer CGI.pm, or need to fix t/elements/file_post.txt so that it won't tickle the parsing bug in the older CGI.pm.

monken commented 13 years ago

Thanks for reporting that! A new release just went to pause for indexing.

Am 31.08.2011 um 21:39 schrieb rbuels:

Failure with CGI.pm 3.35:

rob@nightshade HTML-FormFu (master %)$ prove -ICGI.pm-3.35 -lrv t/constraints/file.t t/constraints/file.t .. 1..10 Malformed multipart POST

Looks like your test exited with 25 before it could output anything.

Dubious, test returned 25 (wstat 6400, 0x1900) Failed 10/10 subtests

Test Summary Report


t/constraints/file.t (Wstat: 6400 Tests: 0 Failed: 0) Non-zero exit status: 25 Parse errors: Bad plan. You planned 10 tests but ran 0. Files=1, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.34 cusr 0.02 csys = 0.38 CPU) Result: FAIL

Need to either add a dependency on a newer CGI.pm, or need to fix t/elements/file_post.txt so that it won't tickle the parsing bug in the older CGI.pm.

Reply to this email directly or view it on GitHub: https://github.com/fireartist/HTML-FormFu/issues/7