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 2001/09/18 17:20:12 UTC

cvs commit: modperl-2.0/t/protocol eliza.t

stas        01/09/18 08:20:12

  Modified:    t/protocol eliza.t
  Log:
  - test_module has gone, s/test_module/have_module/
  
  Revision  Changes    Path
  1.2       +1 -1      modperl-2.0/t/protocol/eliza.t
  
  Index: eliza.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/protocol/eliza.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- eliza.t	2001/09/06 02:45:13	1.1
  +++ eliza.t	2001/09/18 15:20:11	1.2
  @@ -10,7 +10,7 @@
                       'I feel like writing some tests today, you?',
                       'good bye');
   
  -plan tests => 1 + @test_strings, test_module 'Chatbot::Eliza';
  +plan tests => 1 + @test_strings, have_module 'Chatbot::Eliza';
   
   my $socket = Apache::TestRequest::vhost_socket('TestProtocol::eliza');