comparison _test/object.t @ 164:eb3e9861a761

SQL traits in progress
author wizard
date Mon, 28 Mar 2011 01:36:24 +0400
parents dc1da0389db7
children 76515373dac0
comparison
equal deleted inserted replaced
163:6ce1f052b90a 164:eb3e9861a761
8 8
9 my $plan = new IMPL::Test::Plan qw( 9 my $plan = new IMPL::Test::Plan qw(
10 Test::Class::Meta 10 Test::Class::Meta
11 Test::Object::Common 11 Test::Object::Common
12 Test::Object::List 12 Test::Object::List
13 Test::Object::Fields
13 ); 14 );
14 15
15 $plan->AddListener(new IMPL::Test::TAPListener); 16 $plan->AddListener(new IMPL::Test::TAPListener);
16 $plan->Prepare(); 17 $plan->Prepare();
17 $plan->Run(); 18 $plan->Run();