annotate _test/Web.t @ 183:2184fa28b49e

IMPL::Web::View::TTLoader tests
author cin
date Wed, 28 Mar 2012 17:28:51 +0400
parents a4b0a819bbda
children ae8072f2f2a3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
49
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 7
diff changeset
1 #!/usr/bin/perl -w
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 7
diff changeset
2 use strict;
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 7
diff changeset
3 use lib '../Lib';
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 7
diff changeset
4 use lib '.';
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 7
diff changeset
5
183
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
6 use IMPL::Test qw(run_plan);
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
7
49
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 7
diff changeset
8
183
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
9
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
10 run_plan( qw(
77
9d24db321029 Refactoring Web::TT
wizard
parents: 60
diff changeset
11 Test::Web::TT
183
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
12 Test::Web::View
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
13 ) );