You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2003/04/22 02:45:37 UTC

cvs commit: httpd-test/perl-framework/Apache-Test ToDo

stas        2003/04/21 17:45:37

  Modified:    .        STATUS
               perl-framework/Apache-Test ToDo
  Log:
  move the Apache::Test todo things out of mod_perl's todo into
  Apache::Test's todo list
  
  Revision  Changes    Path
  1.49      +3 -14     modperl-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/STATUS,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- STATUS	22 Apr 2003 00:35:29 -0000	1.48
  +++ STATUS	22 Apr 2003 00:45:36 -0000	1.49
  @@ -245,21 +245,10 @@
   
   ----
   
  -* Apache-Test assumes that any core file found under t/ was generated
  -  by httpd, (and suggests the gdb invoking command) which is incorrect
  -  in some cases. For example t/TEST -config, which is run by bin/perl,
  -  may dump core as well.
  -
  -  Report: 
  -  Status: no hurry
  -
  -----
  -
  -----
  -
   * 
     Report: 
  -  Status: 
  +  Status:
  +
   ----
   
   
  
  
  
  1.6       +5 -0      httpd-test/perl-framework/Apache-Test/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/ToDo,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ToDo	20 Oct 2001 10:32:51 -0000	1.5
  +++ ToDo	22 Apr 2003 00:45:37 -0000	1.6
  @@ -1,3 +1,8 @@
  +- Apache-Test assumes that any core file found under t/ was generated
  +  by httpd, (and suggests the gdb invoking command) which is incorrect
  +  in some cases. For example t/TEST -config, which is run by bin/perl,
  +  may dump core as well.
  +
   - consider not using the __DIE__ sighandler, but instead wrap the
     potentially failing code in the eval trap blocks.