stas        2003/03/31 20:42:47

  Modified:    src/docs/general/testing testing.pod
  Log:
  mention new helper functions:
        t_server_log_error_is_expected t_server_log_warn_is_expected
        t_client_log_error_is_expected t_client_log_warn_is_expected
    to markup the error_log file when errors/warnings are expected
  
  Revision  Changes    Path
  1.12      +4 -1      modperl-docs/src/docs/general/testing/testing.pod
  
  Index: testing.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/general/testing/testing.pod,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- testing.pod       3 Feb 2003 06:45:08 -0000       1.11
  +++ testing.pod       1 Apr 2003 04:42:47 -0000       1.12
  @@ -2374,7 +2374,10 @@
   C<Apache::TestUtil> provides several helper functions for writing
   tests, such as: C<t_cmp()>, C<t_debug()>, C<t_append_file()>,
   C<t_write_file()>, C<t_open_file()>, C<t_mkdir()>, C<t_rmtree()>, and
  -C<t_is_equal()>. See the
  +C<t_is_equal()>, C<t_server_log_error_is_expected()>,
  +C<t_server_log_warn_is_expected()>,
  +C<t_client_log_error_is_expected()>,
  +C<t_client_log_warn_is_expected()>. See the
   C<L<Apache::TestUtil|docs::2.0::api::Apache::TestUtil>> manpage for
   more information.
   
  
  
  

Reply via email to