Update of /cvsroot/http-webtest/HTTP-WebTest/t
In directory sc8-pr-cvs1:/tmp/cvs-serv22960
Modified Files:
06-parser.t
Log Message:
Fix test count
Index: 06-parser.t
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/t/06-parser.t,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** 06-parser.t 25 Jan 2003 18:02:05 -0000 1.21
--- 06-parser.t 2 Mar 2003 11:57:03 -0000 1.22
***************
*** 10,14 ****
use HTTP::WebTest::SelfTest;
! use Test::More tests => 69;
# 1-60: check parsed wt script (which contains all variants of
--- 10,14 ----
use HTTP::WebTest::SelfTest;
! use Test::More tests => 70;
# 1-60: check parsed wt script (which contains all variants of
|