You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/04/23 19:59:01 UTC

cvs commit: modperl-2.0/t/response/TestAPR socket.pm

stas        2004/04/23 10:59:01

  Modified:    t/response/TestAPR socket.pm
  Log:
  mention the other tests that cover APR::Socket testing
  
  Revision  Changes    Path
  1.4       +2 -1      modperl-2.0/t/response/TestAPR/socket.pm
  
  Index: socket.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPR/socket.pm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- socket.pm	22 Aug 2003 19:15:08 -0000	1.3
  +++ socket.pm	23 Apr 2004 17:59:00 -0000	1.4
  @@ -1,5 +1,7 @@
   package TestAPR::socket;
   
  +# more tests in t/protocol/TestProtocol/echo_*.pm
  +
   use strict;
   use warnings FATAL => 'all';
   
  @@ -24,7 +26,6 @@
       my $socket = $c->client_socket;
   
       ok $socket;
  -
   
       # in microseconds
       my $orig_val = $socket->timeout_get();