geoff 2004/08/11 05:34:45
Modified: t/hooks authen_digest.t Log: tidy Revision Changes Path 1.3 +1 -2 modperl-2.0/t/hooks/authen_digest.t Index: authen_digest.t =================================================================== RCS file: /home/cvs/modperl-2.0/t/hooks/authen_digest.t,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- authen_digest.t 11 Aug 2004 12:27:47 -0000 1.2 +++ authen_digest.t 11 Aug 2004 12:34:45 -0000 1.3 @@ -24,13 +24,12 @@ { my $response = GET "$location?fail"; - + ok t_cmp($response->code, 401, 'handler returned HTTP_UNAUTHORIZED'); my $wwwauth = $response->header('WWW-Authenticate'); - t_debug('response had a WWW-Authenticate header'); ok ($wwwauth);