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 st...@apache.org on 2003/09/16 09:38:13 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test.pm

stas        2003/09/16 00:38:13

  Modified:    perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  add a link to the tutorial per Boris Zentner's request
  
  Revision  Changes    Path
  1.68      +3 -0      httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm
  
  Index: Test.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -u -r1.67 -r1.68
  --- Test.pm	13 Aug 2003 22:00:25 -0000	1.67
  +++ Test.pm	16 Sep 2003 07:38:13 -0000	1.68
  @@ -702,6 +702,9 @@
   
   =head1 SEE ALSO
   
  +The Apache-Test tutorial:
  +L<http://perl.apache.org/docs/general/testing/testing.html>.
  +
   L<Apache::TestRequest|Apache::TestRequest> subclasses LWP::UserAgent and
   exports a number of useful functions for sending request to the Apache test
   server. You can then test the results of those requests.