Mercurial > pub > Impl
view _test/ORM.t @ 37:c2e7f7c96bcd
performance improvements, DOM reworked (a little)
author | Sergey |
---|---|
date | Mon, 23 Nov 2009 00:59:06 +0300 |
parents | dd4d72600c69 |
children | 16ada169ca75 |
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::ORM::Schema ); $plan->AddListener(new IMPL::Test::TAPListener); $plan->Prepare(); $plan->Run(); 1;