stas 2004/08/14 22:29:03
Modified: t/protocol echo_bbs.t Log: add another iteration to make it 3 times Revision Changes Path 1.3 +1 -1 modperl-2.0/t/protocol/echo_bbs.t Index: echo_bbs.t =================================================================== RCS file: /home/cvs/modperl-2.0/t/protocol/echo_bbs.t,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- echo_bbs.t 9 Jul 2004 21:48:13 -0000 1.2 +++ echo_bbs.t 15 Aug 2004 05:29:03 -0000 1.3 @@ -5,7 +5,7 @@ use Apache::TestUtil; use Apache::TestRequest (); -my @test_strings = qw(hello world); +my @test_strings = qw(hello wonderful world); plan tests => 1 + @test_strings;