annotate _test/Web.t @ 185:ae8072f2f2a3

IMPL::Web::View::TTDocument tests, fixes
author cin
date Thu, 29 Mar 2012 18:22:15 +0400
parents 2184fa28b49e
children 029c9610528c
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 '.';
185
ae8072f2f2a3 IMPL::Web::View::TTDocument tests, fixes
cin
parents: 183
diff changeset
5 use utf8;
49
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 7
diff changeset
6
183
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
7 use IMPL::Test qw(run_plan);
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
8
49
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 7
diff changeset
9
183
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
10
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
11 run_plan( qw(
77
9d24db321029 Refactoring Web::TT
wizard
parents: 60
diff changeset
12 Test::Web::TT
183
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
13 Test::Web::View
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
14 ) );