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 js...@apache.org on 2002/10/09 01:28:39 UTC

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

jsachs      2002/10/08 16:28:39

  Modified:    perl-framework/t/apache chunkinput.t
  Log:
  need echo_post_chunk to be built in order for the test to pass.
  
  Revision  Changes    Path
  1.3       +1 -1      httpd-test/perl-framework/t/apache/chunkinput.t
  
  Index: chunkinput.t
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/t/apache/chunkinput.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- chunkinput.t	3 Jun 2002 07:23:30 -0000	1.2
  +++ chunkinput.t	8 Oct 2002 23:28:39 -0000	1.3
  @@ -23,7 +23,7 @@
   my $module = 'default';
   my $cycle = 0;
   
  -plan tests => $tests;
  +plan tests => $tests, ['echo_post_chunk'];
   
   print "testing $module\n";