Doug MacEachern wrote: > On Thu, 6 Dec 2001, Stas Bekman wrote: > > >>modperl/getc.............FAILED tests 1-2 >> > > ouch, another one that left STDIN tied to a stale request. try now.
that works, I didn't see the commit emails though. More failures: ---- t/TEST -v -order=89573612 -times=10 apache/cgihandler........1..2 not ok 1 # Failed test 1 in apache/cgihandler.t at line 16 ok 2 FAILED test 1 Failed 1/2 tests, 50.00% okay ---- t/TEST -v -order=544889117 -times=10 apache/scanhdrs..........1..4 ok 1 not ok 2 # Failed test 2 in apache/scanhdrs.t at line 16 dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay fails on undef header ok $res->header('X-Perl-Module') eq $module; but shouldn't it be cleaner to write with warnings FATAL=>'all'?: ok $res->header('X-Perl-Module')||'' eq $module; ------------ t/TEST -v -order=489400084 -times=10 apache/scanhdrs..........1..4 not ok 1 # Failed test 1 in apache/scanhdrs.t at line 14 dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay ------------ t/TEST -v -order=536158339 -times=10 modules/cgi..............1..5 # testing : GET /TestModules::cgi?PARAM=2 # expected: 'ok 2' # received: '' not ok 1 _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]