geoff       2004/08/12 07:28:01

  Modified:    t/response/TestAPI command.pm
  Log:
  PerlHandler only works in mp1 compat mode - use PerlResponseHandler
  
  Revision  Changes    Path
  1.3       +1 -1      modperl-2.0/t/response/TestAPI/command.pm
  
  Index: command.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/command.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- command.pm        11 Aug 2004 00:15:39 -0000      1.2
  +++ command.pm        12 Aug 2004 14:28:00 -0000      1.3
  @@ -28,7 +28,7 @@
       ok UNIVERSAL::isa($cmd, 'Apache::Command');
       
       while ($cmd) {
  -        if ($cmd->name eq 'PerlHandler') {
  +        if ($cmd->name eq 'PerlResponseHandler') {
               ok t_cmp($cmd->args_how, Apache::ITERATE, 'args_how');
               ok t_cmp($cmd->errmsg, qr/Subroutine name/, 'errmsg');
               ok t_cmp($cmd->req_override, Apache::OR_ALL, 'req_override');
  
  
  

Reply via email to