Mercurial > pub > Impl
comparison _test/Test/Web/TT.pm @ 185:ae8072f2f2a3
IMPL::Web::View::TTDocument tests, fixes
author | cin |
---|---|
date | Thu, 29 Mar 2012 18:22:15 +0400 |
parents | 47dac58691ee |
children |
comparison
equal
deleted
inserted
replaced
184:7525ea9a071a | 185:ae8072f2f2a3 |
---|---|
4 use encoding 'utf8'; | 4 use encoding 'utf8'; |
5 | 5 |
6 use parent qw(IMPL::Test::Unit); | 6 use parent qw(IMPL::Test::Unit); |
7 use IMPL::Test qw(test failed); | 7 use IMPL::Test qw(test failed); |
8 use IMPL::Web::TT::Document; | 8 use IMPL::Web::TT::Document; |
9 | |
9 __PACKAGE__->PassThroughArgs; | 10 __PACKAGE__->PassThroughArgs; |
10 | 11 |
11 test Creation => sub { | 12 test Creation => sub { |
12 my $document = new IMPL::Web::TT::Document(); | 13 my $document = new IMPL::Web::TT::Document(); |
13 | 14 |