Mercurial > pub > Impl
comparison _test/DOM.t @ 18:818c74b038ae
DOM Schema + tests
author | Sergey |
---|---|
date | Thu, 10 Sep 2009 17:42:47 +0400 |
parents | 65a7bb156fb7 |
children | 1ca530e5c9c5 |
comparison
equal
deleted
inserted
replaced
17:7f88e01b58f8 | 18:818c74b038ae |
---|---|
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::DOM::Node | |
10 Test::DOM::Navigator | 11 Test::DOM::Navigator |
11 Test::DOM::Node | |
12 ); | 12 ); |
13 | 13 |
14 $plan->AddListener(new IMPL::Test::TAPListener); | 14 $plan->AddListener(new IMPL::Test::TAPListener); |
15 $plan->Prepare(); | 15 $plan->Prepare(); |
16 $plan->Run(); | 16 $plan->Run(); |