dougm       01/05/08 13:15:55

  Modified:    t/response/TestModules cgi.pm
  Log:
  remove test that was not really part of the test
  
  Revision  Changes    Path
  1.3       +1 -1      modperl-2.0/t/response/TestModules/cgi.pm
  
  Index: cgi.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestModules/cgi.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cgi.pm    2001/05/08 18:55:51     1.2
  +++ cgi.pm    2001/05/08 20:15:54     1.3
  @@ -16,7 +16,7 @@
   
       print $cgi->header('-type' => 'text/plain',
                          '-X-Perl-Script' => 'cgi.pm');
  -    $r->send_cgi_header("X-Foo-Bar: baz\r\n\r\nthis is text\n");
  +
       print "ok $param\n" if $param;
   
       if ($httpupload) {
  
  
  

Reply via email to