annotate _test/Web.t @ 378:2eed076cb944

rewritten IMPL::Resources::Strings + tests
author cin
date Wed, 15 Jan 2014 17:20:54 +0400
parents 546957c50a36
children
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(
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
13 Test::Web::View
211
2b9b55cfb79b Completed IMPL::Web::AutoLocator, added tests
cin
parents: 188
diff changeset
14 Test::Web::AutoLocator
285
546957c50a36 *IMPL::Web::Handler::TTView Reworked template selection mechanism
cin
parents: 263
diff changeset
15 Test::Web::ViewSelector
183
2184fa28b49e IMPL::Web::View::TTLoader tests
cin
parents: 125
diff changeset
16 ) );