trawick     2002/10/23 07:19:57

  Modified:    test     testpools.c
  Log:
  change to a more appropriate CuAssert* call
  
  Revision  Changes    Path
  1.5       +1 -1      apr/test/testpools.c
  
  Index: testpools.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testpools.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- testpools.c       22 Oct 2002 23:22:06 -0000      1.4
  +++ testpools.c       23 Oct 2002 14:19:57 -0000      1.5
  @@ -98,7 +98,7 @@
   
       for (i=0;i<ALLOC_BYTES;i++) {
           char *ptr = alloc + i;
  -        CuAssertPtrEquals(tc, NULL, *ptr);
  +        CuAssertTrue(tc, *ptr == '\0');
       }
   }
   
  
  
  

Reply via email to