dougm       01/12/05 11:56:24

  Modified:    perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  always call test_pm_refresh() in plan()
  
  Revision  Changes    Path
  1.38      +1 -2      httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm
  
  Index: Test.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- Test.pm   2001/12/05 05:11:20     1.37
  +++ Test.pm   2001/12/05 19:56:24     1.38
  @@ -65,8 +65,6 @@
       }
   
       $r->content_type('text/plain');
  -
  -    test_pm_refresh();
   }
   
   sub have_http11 {
  @@ -99,6 +97,7 @@
   
   sub plan {
       init_test_pm(shift) if ref $_[0];
  +    test_pm_refresh();
   
       # extending Test::plan's functionality, by using the optional
       # single value in @_ coming after a ballanced %hash which
  
  
  

Reply via email to