Mercurial > pub > Impl
view _test/DOM.t @ 15:16795016e70b
Dom schema in progress
author | Sergey |
---|---|
date | Mon, 07 Sep 2009 17:30:55 +0400 |
parents | 65a7bb156fb7 |
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();