You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2003/11/22 05:36:26 UTC

cvs commit: apr/test testoc.c

trawick     2003/11/21 20:36:26

  Modified:    test     testoc.c
  Log:
  apr_proc_other_child_check() is gone
  
  Revision  Changes    Path
  1.32      +1 -1      apr/test/testoc.c
  
  Index: testoc.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testoc.c,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- testoc.c	3 Jan 2003 18:32:54 -0000	1.31
  +++ testoc.c	22 Nov 2003 04:36:26 -0000	1.32
  @@ -137,7 +137,7 @@
       /* allow time for things to settle... */
       apr_sleep(apr_time_from_sec(3));
       
  -    apr_proc_other_child_check();
  +    apr_proc_other_child_refresh_all(APR_OC_REASON_RUNNING);
       CuAssertStrEquals(tc, "APR_OC_REASON_DEATH", reasonstr);
   }    
   #else