comparison _test/Web.t @ 125:a4b0a819bbda

Small fixes in IMPL::DOM::Schema
author wizard
date Thu, 10 Jun 2010 17:43:51 +0400
parents 9d24db321029
children 2184fa28b49e
comparison
equal deleted inserted replaced
124:e30bdd040fe3 125:a4b0a819bbda
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::TT 10 Test::Web::TT
11 Test::Web::Application
12 ); 11 );
13 12
14 $plan->AddListener(new IMPL::Test::TAPListener); 13 $plan->AddListener(new IMPL::Test::TAPListener);
15 $plan->Prepare(); 14 $plan->Prepare();
16 $plan->Run(); 15 $plan->Run();