annotate _test/Web.t @ 211:2b9b55cfb79b

Completed IMPL::Web::AutoLocator, added tests
author cin
date Tue, 05 Jun 2012 07:45:21 +0400
parents 029c9610528c
children 0f59b2de72af
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
188
029c9610528c Memory leak tests in IMPL::Web::View
cin
parents: 185
diff changeset
7 use IMPL::Profiler::Memory;
183
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
8 use IMPL::Test qw(run_plan);
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
9
49
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 7
diff changeset
10
183
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
11
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
12 run_plan( qw(
77
9d24db321029 Refactoring Web::TT
wizard
parents: 60
diff changeset
13 Test::Web::TT
183
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
14 Test::Web::View
211
2b9b55cfb79b Completed IMPL::Web::AutoLocator, added tests
cin
parents: 188
diff changeset
15 Test::Web::AutoLocator
183
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
16 ) );