stas        01/12/21 03:30:39

  Modified:    t/api    send_fd.t sendfile.t
               t/filter/TestFilter buckets.pm input_body.pm input_msg.pm
  Log:
  - remove the redundant loading of Test and Apache::Test in certain tests
  
  Revision  Changes    Path
  1.4       +1 -2      modperl-2.0/t/api/send_fd.t
  
  Index: send_fd.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/api/send_fd.t,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- send_fd.t 2001/12/20 03:54:41     1.3
  +++ send_fd.t 2001/12/21 11:30:38     1.4
  @@ -1,8 +1,7 @@
   use strict;
   use warnings FATAL => 'all';
   
  -use Test;
  -use Apache::Test ();
  +use Apache::Test;
   use Apache::TestRequest;
   
   plan tests => 3;
  
  
  
  1.4       +1 -2      modperl-2.0/t/api/sendfile.t
  
  Index: sendfile.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/api/sendfile.t,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sendfile.t        2001/12/20 03:54:41     1.3
  +++ sendfile.t        2001/12/21 11:30:38     1.4
  @@ -1,8 +1,7 @@
   use strict;
   use warnings FATAL => 'all';
   
  -use Test;
  -use Apache::Test ();
  +use Apache::Test;
   use Apache::TestRequest;
   
   plan tests => 3;
  
  
  
  1.4       +0 -1      modperl-2.0/t/filter/TestFilter/buckets.pm
  
  Index: buckets.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/buckets.pm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- buckets.pm        2001/04/20 00:38:09     1.3
  +++ buckets.pm        2001/12/21 11:30:38     1.4
  @@ -4,7 +4,6 @@
   use warnings FATAL => 'all';
   
   use Test;
  -use Apache::Test ();
   use Apache::Filter ();
   use APR::Brigade ();
   use APR::Bucket ();
  
  
  
  1.8       +0 -2      modperl-2.0/t/filter/TestFilter/input_body.pm
  
  Index: input_body.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/input_body.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- input_body.pm     2001/11/06 00:07:53     1.7
  +++ input_body.pm     2001/12/21 11:30:38     1.8
  @@ -5,8 +5,6 @@
   
   use base qw(Apache::Filter); #so we inherit MODIFY_CODE_ATTRIBUTES
   
  -use Test;
  -use Apache::Test ();
   use Apache::Const -compile => qw(M_POST);
   use APR::Const -compile => ':common';
   use APR::Brigade ();
  
  
  
  1.8       +0 -2      modperl-2.0/t/filter/TestFilter/input_msg.pm
  
  Index: input_msg.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/input_msg.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- input_msg.pm      2001/11/06 00:08:46     1.7
  +++ input_msg.pm      2001/12/21 11:30:38     1.8
  @@ -5,8 +5,6 @@
   
   use base qw(Apache::Filter);
   
  -use Test;
  -use Apache::Test ();
   use APR::Brigade ();
   use APR::Bucket ();
   
  
  
  


Reply via email to