comparison _test/Web.t @ 60:b0c068da93ac

Lazy activation for the configuration objects (final concept) small fixes
author wizard
date Tue, 09 Mar 2010 19:47:39 +0300
parents 16ada169ca75
children 9d24db321029
comparison
equal deleted inserted replaced
59:0f3e369553bd 60:b0c068da93ac
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::TDocument
11 Test::Web::Application
11 ); 12 );
12 13
13 $plan->AddListener(new IMPL::Test::TAPListener); 14 $plan->AddListener(new IMPL::Test::TAPListener);
14 $plan->Prepare(); 15 $plan->Prepare();
15 $plan->Run(); 16 $plan->Run();