Mercurial > pub > Impl
view _test/DOM.t @ 25:9dd67fa91ee3
small fix in the dom schema
works under text schema
author | Sergey |
---|---|
date | Tue, 13 Oct 2009 17:51:25 +0400 |
parents | 1ca530e5c9c5 |
children | a8086f85a571 |
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::Node Test::DOM::Navigator Test::DOM::Schema ); $plan->AddListener(new IMPL::Test::TAPListener); $plan->Prepare(); $plan->Run();