Mercurial > pub > Impl
comparison _test/Web.t @ 77:9d24db321029
Refactoring Web::TT
docs
author | wizard |
---|---|
date | Fri, 02 Apr 2010 20:18:46 +0400 |
parents | b0c068da93ac |
children | a4b0a819bbda |
comparison
equal
deleted
inserted
replaced
76:b1652a158b2b | 77:9d24db321029 |
---|---|
5 | 5 |
6 use IMPL::Test::Plan; | 6 use IMPL::Test::Plan; |
7 use IMPL::Test::TAPListener; | 7 use IMPL::Test::TAPListener; |
8 | 8 |
9 my $plan = new IMPL::Test::Plan qw( | 9 my $plan = new IMPL::Test::Plan qw( |
10 Test::Web::TDocument | 10 Test::Web::TT |
11 Test::Web::Application | 11 Test::Web::Application |
12 ); | 12 ); |
13 | 13 |
14 $plan->AddListener(new IMPL::Test::TAPListener); | 14 $plan->AddListener(new IMPL::Test::TAPListener); |
15 $plan->Prepare(); | 15 $plan->Prepare(); |