Mercurial > pub > Impl
view _test/Web.t @ 67:9f5795a10939
Documentation, minor fixes
author | wizard |
---|---|
date | Fri, 19 Mar 2010 20:06:12 +0300 |
parents | b0c068da93ac |
children | 9d24db321029 |
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::Web::TDocument Test::Web::Application ); $plan->AddListener(new IMPL::Test::TAPListener); $plan->Prepare(); $plan->Run();