[Http-webtest-commits] HTTP-WebTest/t 02-generic.t,1.29,1.30
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-10-03 09:04:25
|
Update of /cvsroot/http-webtest/HTTP-WebTest/t In directory sc8-pr-cvs1:/tmp/cvs-serv26702 Modified Files: 02-generic.t Log Message: Add another test case for redirects (it fails for now but I'll fix it in next release) Index: 02-generic.t =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/t/02-generic.t,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** 02-generic.t 2 Oct 2003 08:59:33 -0000 1.29 --- 02-generic.t 3 Oct 2003 09:04:08 -0000 1.30 *************** *** 438,441 **** --- 438,445 ---- params => [ location => '/test-file2' ], text_require => [ 'UUPIPEOUT' ], }, + { url => abs_url($URL, '/redirect'), + method => 'post', + params => [ location => '/show-request' ], + text_require => [ 'Method: <GET>' ], }, ]; |