Hi,

The apache/cookie.t and apache/cookie2.t tests also fail on Win32 (Apache 2.0.47, [EMAIL PROTECTED], mp2 CVS):

=====
C:\Temp\modperl-2.0>perl t/TEST -verbose t/apache/cookie.t
C:\apache2/bin/Apache.exe -d C:/Temp/modperl-2.0/t -f C:/Temp/modperl-2.0/t/con
f/httpd.conf -DAPACHE2 -DPERL_USEITHREADS
using Apache/2.0.47 (winnt MPM)
[snip]
apache/cookie....1..2
# Running under perl version 5.008001 for MSWin32
# Current time local: Wed Sep 17 09:48:47 2003
# Current time GMT: Wed Sep 17 08:48:47 2003
# Using Test.pm version 1.24
request has failed (the response code was: 400)
see t/logs/error_log for more details
dubious
Test returned status 9 (wstat 2304, 0x900)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
apache/cookie.t 9 2304 2 4 200.00% 1-2
!!! error running tests (please examine t\logs\error_log)
=====


The error_log contains one interesting line:

[Wed Sep 17 09:48:47 2003] [error] [client 127.0.0.1] Invalid URI in request GET TestApache__cookie?header HTTP/1.0

and

=====
C:\Temp\modperl-2.0>perl t/TEST -verbose t/apache/cookie2.t
C:\apache2/bin/Apache.exe -d C:/Temp/modperl-2.0/t -f C:/Temp/modperl-2.0/t/con
f/httpd.conf -DAPACHE2 -DPERL_USEITHREADS
using Apache/2.0.47 (winnt MPM)
[snip]
apache/cookie2....1..2
# Running under perl version 5.008001 for MSWin32
# Current time local: Wed Sep 17 09:49:54 2003
# Current time GMT: Wed Sep 17 08:49:54 2003
# Using Test.pm version 1.24
# Testing cookie in PerlResponseHandler
# -- testing cookie from header
# Failed test 1 in apache/cookie2.t at line 20
# testing : content is 'bar'
# expected: bar
# received: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
# <html><head>
# <title>400 Bad Request</title>
# </head><body>
# <h1>Bad Request</h1>
# <p>Your browser sent a request that this server could not understand.<br />
# </p>
# </body></html>
not ok 1
# -- testing cookie from env
# Failed test 2 in apache/cookie2.t at line 20 fail #2
# testing : content is 'bar'
# expected: bar
# received: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
# <html><head>
# <title>400 Bad Request</title>
# </head><body>
# <h1>Bad Request</h1>
# <p>Your browser sent a request that this server could not understand.<br />
# </p>
# </body></html>
not ok 2
FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
apache/cookie2.t 2 2 100.00% 1-2
!!! error running tests (please examine t\logs\error_log)
=====


with two lines of interest in the error_log:

[Wed Sep 17 09:49:54 2003] [error] [client 127.0.0.1] Invalid URI in request GET TestApache__cookie2?header HTTP/1.0
[Wed Sep 17 09:49:54 2003] [error] [client 127.0.0.1] Invalid URI in request GET TestApache__cookie2?env HTTP/1.0


- Steve



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to