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/11/10 12:23:18 UTC

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

jorton      2004/11/10 03:23:18

  Modified:    perl-framework/t/apache contentlength.t
  Log:
  Explain why the tests are skipped.
  
  Revision  Changes    Path
  1.6       +1 -1      httpd-test/perl-framework/t/apache/contentlength.t
  
  Index: contentlength.t
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/t/apache/contentlength.t,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -d -w -u -r1.5 -r1.6
  --- contentlength.t	20 Oct 2004 14:52:21 -0000	1.5
  +++ contentlength.t	10 Nov 2004 11:23:18 -0000	1.6
  @@ -56,7 +56,7 @@
       # until 2.1.0.
       skip 
         $data eq "" && !have_min_apache_version('2.1.0') ? 
  -         "skipping tests with empty Content-Length" : 0,
  +         "skipping tests with empty C-L for httpd < 2.1.0" : 0,
         t_cmp($response, $resp_strings[$cycle],
                "response codes POST for $request_uri with Content-Length: $data");