You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by jo...@apache.org on 2004/09/01 21:45:25 UTC

cvs commit: httpd-test/perl-framework/t/apache byterange2.t

jorton      2004/09/01 12:45:25

  Modified:    perl-framework/t/apache byterange2.t
  Log:
  Enable test for 2.0.51 and later.
  
  Revision  Changes    Path
  1.3       +1 -1      httpd-test/perl-framework/t/apache/byterange2.t
  
  Index: byterange2.t
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/t/apache/byterange2.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -d -w -u -r1.2 -r1.3
  --- byterange2.t	4 Aug 2004 15:44:08 -0000	1.2
  +++ byterange2.t	1 Sep 2004 19:45:25 -0000	1.3
  @@ -5,7 +5,7 @@
   use Apache::TestUtil;
   use Apache::TestRequest;
   
  -plan tests => 1, need_min_apache_version('2.1.0');
  +plan tests => 1, need_min_apache_version('2.0.51');
   
   my $resp;