Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv19671/lib/HTTP/WebTest
Modified Files:
Parser.pm
Log Message:
Names of tests specified in wtscript files was ignored. It is fixed
now.
Index: Parser.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Parser.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Parser.pm 2002/01/24 12:26:25 1.1.1.1
--- Parser.pm 2002/01/28 09:49:56 1.2
***************
*** 53,57 ****
test: starttest testchunk(s) endtest
! { [ 'test', [ [ 'param', 'name', $item[1] ], @{$item[2]} ] ] }
testchunk: comment
--- 53,57 ----
test: starttest testchunk(s) endtest
! { [ 'test', [ [ 'param', 'test_name', $item[1] ], @{$item[2]} ] ] }
testchunk: comment
|