[Http-webtest-commits] HTTP-WebTest-Recorder/t 50-web.t,1.1,1.2
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-09-07 20:08:39
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder/t In directory sc8-pr-cvs1:/tmp/cvs-serv12236/t Modified Files: 50-web.t Log Message: More tests added Index: 50-web.t =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/t/50-web.t,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 50-web.t 25 Jan 2003 14:57:13 -0000 1.1 --- 50-web.t 7 Sep 2003 20:08:01 -0000 1.2 *************** *** 9,13 **** use HTTP::WebTest::SelfTest; ! use Test::More tests => 3; require_ok('HTTP::WebTest::Recorder'); --- 9,13 ---- use HTTP::WebTest::SelfTest; ! use Test::More tests => 12; require_ok('HTTP::WebTest::Recorder'); *************** *** 27,31 **** my $webtest = HTTP::WebTest->new; ! $webtest->run_wtscript('t/init.wt', { plugins => [ '::HarnessReport' ], default_report => 'no' } --- 27,31 ---- my $webtest = HTTP::WebTest->new; ! $webtest->run_wtscript('t/ui.wt', { plugins => [ '::HarnessReport' ], default_report => 'no' } |