Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin
In directory usw-pr-cvs1:/tmp/cvs-serv13374/lib/HTTP/WebTest/Plugin
Modified Files:
TextMatchTest.pm
Log Message:
Minor fix
Index: TextMatchTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/TextMatchTest.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TextMatchTest.pm 2 Feb 2002 04:08:19 -0000 1.2
--- TextMatchTest.pm 15 Feb 2002 23:59:44 -0000 1.3
***************
*** 13,17 ****
=head1 DESCRIPTION
! This plugin provides test parameters that allow to check response
body. It supports regexps and literal string searches.
--- 13,17 ----
=head1 DESCRIPTION
! This plugin provides test parameters which allow to check response
body. It supports regexps and literal string searches.
|