Update of /cvsroot/http-webtest/HTTP-WebTest/t
In directory usw-pr-cvs1:/tmp/cvs-serv7811/t
Modified Files:
09-hooks.t
Log Message:
Updated
Index: 09-hooks.t
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/t/09-hooks.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 09-hooks.t 15 Feb 2002 14:55:56 -0000 1.1
--- 09-hooks.t 15 Feb 2002 15:42:20 -0000 1.2
***************
*** 80,84 ****
{ url => abs_url($URL, '/inc_counter'),
on_response => [ 'yes', 'Test 3',
! 'no', 'Test 4' ] } ];
check_webtest(webtest => $WEBTEST,
--- 80,86 ----
{ url => abs_url($URL, '/inc_counter'),
on_response => [ 'yes', 'Test 3',
! 'no', 'Test 4' ] },
! { url => abs_url($URL, '/inc_counter'),
! on_response => [] } ];
check_webtest(webtest => $WEBTEST,
|