You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/06/07 23:33:25 UTC

cvs commit: apr/test abts_tests.h

jorton      2004/06/07 14:33:25

  Modified:    test     abts_tests.h
  Log:
  * test/abts_tests.h: Disable tests for API combination which doesn't
  currently work.
  
  Revision  Changes    Path
  1.2       +2 -0      apr/test/abts_tests.h
  
  Index: abts_tests.h
  ===================================================================
  RCS file: /home/cvs/apr/test/abts_tests.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -d -w -u -r1.1 -r1.2
  --- abts_tests.h	13 May 2004 00:50:20 -0000	1.1
  +++ abts_tests.h	7 Jun 2004 21:33:25 -0000	1.2
  @@ -34,7 +34,9 @@
       {testfmt},
       {testfnmatch},
       {testgetopt},
  +#if 0 /* not ready yet due to API issues */
       {testglobalmutex},
  +#endif
       {testhash},
       {testipsub},
       {testlock},