You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/01/21 07:54:23 UTC

cvs commit: modperl-2.0/t/response/TestAPR threadmutex.pm

stas        2003/01/20 22:54:22

  Modified:    t/response/TestAPR threadmutex.pm
  Log:
  fix the plan skip condition, which wasn't skipping the test before
  
  Revision  Changes    Path
  1.3       +1 -1      modperl-2.0/t/response/TestAPR/threadmutex.pm
  
  Index: threadmutex.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPR/threadmutex.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- threadmutex.pm	23 Jun 2002 22:14:26 -0000	1.2
  +++ threadmutex.pm	21 Jan 2003 06:54:22 -0000	1.3
  @@ -12,7 +12,7 @@
   sub handler {
       my $r = shift;
   
  -    plan $r, tests => 3, 'APR::ThreadMutex';
  +    plan $r, tests => 3, have 'APR::ThreadMutex';
   
       require APR::ThreadMutex;