Mercurial > pub > Impl
view _test/DOM.t @ 33:0004faa276dc
small fixes, some new tests
author | Sergey |
---|---|
date | Mon, 09 Nov 2009 16:49:39 +0300 |
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();