[Http-webtest-commits] HTTP-WebTest/lib/HTTP/WebTest API.pm,1.22,1.23
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-09-24 21:10:26
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest In directory usw-pr-cvs1:/tmp/cvs-serv21757/lib/HTTP/WebTest Modified Files: API.pm Log Message: Minor fixes Index: API.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/API.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** API.pm 24 Sep 2002 20:22:13 -0000 1.22 --- API.pm 24 Sep 2002 21:10:20 -0000 1.23 *************** *** 534,539 **** # convert test to canonic representation $test = $self->convert_tests($test); ! ! my $save_test = $self->last_test($test); $self->_global_test_params($params); --- 534,538 ---- # convert test to canonic representation $test = $self->convert_tests($test); ! $self->last_test($test); $self->_global_test_params($params); |