Mercurial > pub > Impl
comparison _test/Resources.t @ 378:2eed076cb944
rewritten IMPL::Resources::Strings + tests
author | cin |
---|---|
date | Wed, 15 Jan 2014 17:20:54 +0400 |
parents | 16ada169ca75 |
children |
comparison
equal
deleted
inserted
replaced
377:a0d342ac9a36 | 378:2eed076cb944 |
---|---|
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::Resources::Format | 10 Test::Resources::Format |
11 Test::Resources::Strings | |
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(); |