[Http-webtest-commits] CVS: HTTP-WebTest/lib/HTTP/WebTest Plugin.pm,1.5,1.6
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-02-15 13:13:41
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest In directory usw-pr-cvs1:/tmp/cvs-serv28437 Modified Files: Plugin.pm Log Message: Minor fix Index: Plugin.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Plugin.pm 15 Feb 2002 12:36:27 -0000 1.5 --- Plugin.pm 15 Feb 2002 13:13:39 -0000 1.6 *************** *** 377,381 **** my $elem = $list[$i]; ! $self->validate_value("${param}[$i]", $elem, $type); $prev_type = $type; --- 377,381 ---- my $elem = $list[$i]; ! $self->validate_value("$param\[$i]", $elem, $type); $prev_type = $type; |