Mercurial > pub > Impl
view _test/DOM.t @ 14:65a7bb156fb7
Дом модель и схема
author | Sergey |
---|---|
date | Fri, 04 Sep 2009 16:38:15 +0400 |
parents | 75980091813b |
children | 818c74b038ae |
line wrap: on
line source
#!/usr/bin/perl -w use strict; use lib '../Lib'; use lib '.'; use IMPL::Test::Plan; use IMPL::Test::TAPListener; my $plan = new IMPL::Test::Plan qw( Test::DOM::Navigator Test::DOM::Node ); $plan->AddListener(new IMPL::Test::TAPListener); $plan->Prepare(); $plan->Run();