geoff       2004/01/19 07:54:59

  Modified:    t/response/TestAPI aplog.pm
               xs/maps  apache_functions.map
  Log:
  Apache::log_pid() is now Apache::Log::log_pid()
  added log_pid() test
  
  Revision  Changes    Path
  1.13      +3 -0      modperl-2.0/t/response/TestAPI/aplog.pm
  
  Index: aplog.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/aplog.pm,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- aplog.pm  14 May 2003 06:45:54 -0000      1.12
  +++ aplog.pm  19 Jan 2004 15:54:58 -0000      1.13
  @@ -67,6 +67,9 @@
       if ($s->error_fname) {
           #XXX: does not work under t/TEST -ssl
           $slog->debug(sub { die "set loglevel no workie" });
  +
  +        t_server_log_error_is_expected();
  +        Apache::Log::log_pid($r->pool, $s->error_fname);
       }
   
       $s->loglevel(Apache::LOG_DEBUG);
  
  
  
  1.69      +3 -1      modperl-2.0/xs/maps/apache_functions.map
  
  Index: apache_functions.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_functions.map,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- apache_functions.map      19 Jan 2004 15:15:07 -0000      1.68
  +++ apache_functions.map      19 Jan 2004 15:54:59 -0000      1.69
  @@ -179,10 +179,12 @@
   ?ap_log_assert
   ~ap_log_error
   -ap_log_perror
  - ap_log_pid
   ~ap_log_rerror
   >ap_open_stderr_log
   >ap_open_logs
  +
  +PACKAGE=Apache::Log    PREFIX=ap_
  + ap_log_pid
   
   MODULE=Apache::Module
    module *:DEFINE_top_module | | SV *:CLASS
  
  
  

Reply via email to