I use the development perl-server under my home directory named
/home/ceverett/apache/bin/httpd-perl with user 'ceverett' and
group 'ceverett' while I'm logged in as root.

Not sure whats going on here ...

I included the results of a "make test TEST_VERBOSE=1" below.

t/httpd -f `pwd`/t/httpd.conf
PERL_DL_NONLAZY=1 PORT=8228 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl/5.8.2 -I/usr/share/perl/5.8.2 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t
t/real....1..17
ok 1
ok 2
not ok 3
Result: Connection: close
Date: Sat, 15 Nov 2003 22:29:11 GMT
Accept-Ranges: bytes
ETag: "0-0-3fb6a855"
Server: Apache/1.3.28 (Unix) mod_perl/1.28
Content-Length: 0
Content-Type: text/html
Last-Modified: Sat, 15 Nov 2003 22:27:33 GMT
Client-Date: Sat, 15 Nov 2003 22:29:11 GMT
Client-Peer: 127.0.0.1:8228
Client-Response-Num: 1



Expected: <HTML> <HEAD> </HED> <BODY> <A HREF="/docs/protected/get_me.html">Get the protected document</A> </BODY> </HTML>

ok 4
code: 302
ok 5
not ok 6
Result: Connection: close
Date: Sat, 15 Nov 2003 22:29:12 GMT
Accept-Ranges: bytes
ETag: "0-0-3fb6a855"
Server: Apache/1.3.28 (Unix) mod_perl/1.28
Content-Length: 0
Content-Type: text/html
Last-Modified: Sat, 15 Nov 2003 22:27:33 GMT
Client-Date: Sat, 15 Nov 2003 22:29:12 GMT
Client-Peer: 127.0.0.1:8228
Client-Response-Num: 1


Expected: <HTML> <HEAD> <TITLE>Congratulations</TITLE> </HEAD> <BODY> <H1>Congratulations, you got past AuthCookie</H1> <P><A HREF="../logout.pl">Log Out</A></P> </BODY> </HTML>

ok 7
ok 8
ok 9
code: 403
ok 10
Location: /docs/protected/get_me.html
Set-Cookie: Sample::AuthCookieHandler_WhatEver=programmer:Heroo; path=/
Code: 302
ok 11
ok 12
ok 13
Location: /docs/authany/get_me.html
Set-Cookie: Sample::AuthCookieHandler_WhatEver=some-user:mypassword; path=/
Code: 302
ok 14
code: 403
ok 15
ok 16
ok 17
FAILED tests 3, 6
   Failed 2/17 tests, 88.24% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/real.t                  17    2  11.76%  3 6



--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to