I'm receiving a lot of test failures, but I'm not able to reproduce on
the machines I have access to.  I'm hoping someone can help spot my
error.

    http://cpantesters.perl.org/show/Form-Processor.html#Form-Processor-0.14

The netbsd ones include:

t/10-Field-CIDR_List..........# Looks like you planned 6 tests but ran 1 extra.

But the test sure looks like three are only 6 tests:

http://search.cpan.org/src/HANK/Form-Processor-0.14/t/10-Field-CIDR_List.t

The bulk cpan testser fail with on a DateTime test:

Failed Test                Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/10-Field-CIDR_List.t      255 65280     6    1  7
t/10-Field-DateTime.t       255 65280    16   12  11-16
t/10-Field-DateTimeManip.t  255 65280    16   12  11-16

/10-Field-DateTime...........# Looks like you planned 16 tests but only ran 10.
dubious
        Test returned status 255 (wstat 65280, 0xff00)

(sure would be nice to see a bit more detail why that aborted)

I'm guessing the DateTime ones are timezone related, but have not been
able to reproduce either (trying different TZ settings, for example):

    $ prove -vb t/10-Field-DateTime.t
    t/10-Field-DateTime....1..16
    ok 1 - use Form::Processor::Field::DateTime;
    ok 2 - new() called
    ok 3 - Test for today errors
    ok 4 - The object isa DateTime
    ok 5 - Test for April 25, 2000 errors
    ok 6 - The object isa DateTime
    ok 7 - Found year
    ok 8 - Found month
    ok 9 - Found day
    ok 10 - Test for Jan 25, 2000 errors
    ok 11 - The object isa DateTime
    ok 12 - Found year
    ok 13 - Found month
    ok 14 - Found day
    ok 15 - Test for Jan 45, 2000 errors
    ok 16 - Compare error string
    ok
    All tests successful.


Thanks,


-- 
Bill Moseley
[EMAIL PROTECTED]

Reply via email to