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 2002/05/22 21:43:45 UTC

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

stas        02/05/22 12:43:45

  Modified:    t/protocol eliza.t
  Log:
  improve the dialog
  
  Revision  Changes    Path
  1.4       +3 -3      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- eliza.t	1 Jan 2002 10:44:30 -0000	1.3
  +++ eliza.t	22 May 2002 19:43:45 -0000	1.4
  @@ -6,10 +6,10 @@
   use Apache::TestRequest ();
   
   my @test_strings = ('Hello Eliza', 
  -                    'How are you', 
  +                    'How are you?', 
                       'Why do I have core dumped?', 
  -                    'I feel like writing some tests today, you?',
  -                    'good bye');
  +                    'I feel like writing some tests today, what about you?',
  +                    'Good bye, Eliza');
   
   plan tests => 1 + @test_strings, have_module 'Chatbot::Eliza';