Thanks Geoff! This test is indeed was missing, since cgiupload tested multipart POST, but not a plain POST. Now if you don't mind I've moved your proposed test to where all the CGI.pm tests are. There really no need to run it off registry.
fine.
Also I've s/BODY/BODY_ASSERT/ since if something fails it'll return an error response body, which is normally OK if you compare the string, but since the debug line was printing the length of the response it was misleading.
ok
Also changed s/print STDERR/t_debug/ which does it consistently with other debug prints (starting with leading # ).
I could have sworn that t_debug printed headers and content, which I specifically didn't want. but from looking at the code, it doesn't. so ok.
Finally removed the hardcoded number of tests.
fine.
I've posted a patch to CGI.pm that makes this test pass.
excellent.
commit at will, then.
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
