Mercurial > pub > Impl
diff _test/Web.t @ 183:2184fa28b49e
IMPL::Web::View::TTLoader tests
author | cin |
---|---|
date | Wed, 28 Mar 2012 17:28:51 +0400 |
parents | a4b0a819bbda |
children | ae8072f2f2a3 |
line wrap: on
line diff
--- a/_test/Web.t Mon Mar 26 02:01:05 2012 +0400 +++ b/_test/Web.t Wed Mar 28 17:28:51 2012 +0400 @@ -3,13 +3,11 @@ use lib '../Lib'; use lib '.'; -use IMPL::Test::Plan; -use IMPL::Test::TAPListener; +use IMPL::Test qw(run_plan); + -my $plan = new IMPL::Test::Plan qw( + +run_plan( qw( Test::Web::TT -); - -$plan->AddListener(new IMPL::Test::TAPListener); -$plan->Prepare(); -$plan->Run(); + Test::Web::View +) );