Just tried out the latest CVS mp2 on Win32 and had a couple of failures. One of them is t\protocol\pseudo_http.t. The only thing in the error_log is:
[Mon Jul 05 10:41:47 2004] [error] [client 127.0.0.1] user stas: authentication failure for "/": Password Mismatch
*** The following error entry is expected and harmless ***
[Mon Jul 05 10:41:47 2004] [error] [client 127.0.0.1] user stas: authentication failure for "/": Password Mismatch
Here's the relevant output running as perl t/TEST -v t/protocol/pseudo_http.t:
[...] # send: foobar # Failed test 5 in t\protocol\pseudo_http.t at line 54 # testing : banner # received: Access Denied
There is an auth file that I added to t/htdocs/protocols/basic-auth. Do you think it should be generated specially on windows and therefore it's not cross-platform? Try to generate one yourself:
htpasswd -bc basic-auth stas foobar
overwriting the one in cvs and try the test again?
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
