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 nd...@apache.org on 2003/08/13 23:24:57 UTC

cvs commit: httpd-test/perl-framework/t/modules deflate.t

nd          2003/08/13 14:24:57

  Modified:    perl-framework/t/modules deflate.t
  Added:       perl-framework/t/htdocs/modules/deflate zero.txt
  Log:
  add zero length file test
  
  Revision  Changes    Path
  1.1                  httpd-test/perl-framework/t/htdocs/modules/deflate/zero.txt
  
  	<<Binary file>>
  
  
  1.3       +1 -0      httpd-test/perl-framework/t/modules/deflate.t
  
  Index: deflate.t
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/t/modules/deflate.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- deflate.t	5 Jun 2002 09:04:47 -0000	1.2
  +++ deflate.t	13 Aug 2003 21:24:57 -0000	1.3
  @@ -8,6 +8,7 @@
   my @server_deflate_uris=("/modules/deflate/index.html",
                            "/modules/deflate/apache_pb.gif",
                            "/modules/deflate/asf_logo_wide.jpg",
  +                         "/modules/deflate/zero.txt",
                           );
   my $server_inflate_uri="/modules/deflate/echo_post";