Mercurial > pub > Impl
view _test/Web.t @ 32:56cef8e3cda6
+1
author | Sergey |
---|---|
date | Mon, 09 Nov 2009 01:39:31 +0300 |
parents | 94d47b388442 |
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::Web::TDocument ); $plan->AddListener(new IMPL::Test::TAPListener); $plan->Prepare(); $plan->Run();