stas        2003/08/06 00:28:47

  Modified:    t/filter both_str_req_mix.t
  Log:
  seems that mod_deflate doesn't quite work before 2.0.43
  
  Revision  Changes    Path
  1.2       +2 -1      modperl-2.0/t/filter/both_str_req_mix.t
  
  Index: both_str_req_mix.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/filter/both_str_req_mix.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- both_str_req_mix.t        14 May 2003 02:28:55 -0000      1.1
  +++ both_str_req_mix.t        6 Aug 2003 07:28:47 -0000       1.2
  @@ -5,7 +5,8 @@
   use Apache::TestRequest;
   use Apache::TestUtil;
   
  -plan tests => 1, ['Compress::Zlib', 'deflate', 'include'];
  +plan tests => 1, have 'Compress::Zlib', 'deflate', 'include', 
  +    have_min_apache_version("2.0.43");
   
   require Compress::Zlib;
   my $location = '/TestFilter__both_str_req_mix';
  
  
  

Reply via email to