Mercurial > pub > Impl
comparison _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 |
comparison
equal
deleted
inserted
replaced
182:adc7669172c4 | 183:2184fa28b49e |
---|---|
1 #!/usr/bin/perl -w | 1 #!/usr/bin/perl -w |
2 use strict; | 2 use strict; |
3 use lib '../Lib'; | 3 use lib '../Lib'; |
4 use lib '.'; | 4 use lib '.'; |
5 | 5 |
6 use IMPL::Test::Plan; | 6 use IMPL::Test qw(run_plan); |
7 use IMPL::Test::TAPListener; | |
8 | 7 |
9 my $plan = new IMPL::Test::Plan qw( | 8 |
9 | |
10 run_plan( qw( | |
10 Test::Web::TT | 11 Test::Web::TT |
11 ); | 12 Test::Web::View |
12 | 13 ) ); |
13 $plan->AddListener(new IMPL::Test::TAPListener); | |
14 $plan->Prepare(); | |
15 $plan->Run(); |