[Http-webtest-commits] HTTP-WebTest/t 02-generic.t,1.15,1.16
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-09-24 20:36:17
|
Update of /cvsroot/http-webtest/HTTP-WebTest/t In directory usw-pr-cvs1:/tmp/cvs-serv10406 Modified Files: 02-generic.t Log Message: Minor fixes Index: 02-generic.t =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/t/02-generic.t,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** 02-generic.t 24 Sep 2002 20:22:12 -0000 1.15 --- 02-generic.t 24 Sep 2002 20:36:13 -0000 1.16 *************** *** 599,605 **** # 33: test adding new tests in runtime { my $sub = sub { my $webtest = shift; - # use this sub to tweak test queue in runtime # append a new test at the end of the queue --- 599,605 ---- # 33: test adding new tests in runtime { + # sub to tweak test queue in runtime my $sub = sub { my $webtest = shift; # append a new test at the end of the queue *************** *** 613,616 **** --- 613,617 ---- 0, $webtest->convert_tests({ url => abs_url($URL, '/status-forbidden') }); + # formally this sub is used to calculate URL param in runtime return abs_url($URL, '/test-file1'); }; |