Mercurial > pub > site.implab
changeset 2:a7a3e4f626ff
sync
| author | sergey | 
|---|---|
| date | Wed, 07 May 2014 12:35:55 +0400 | 
| parents | f1ce08199a08 | 
| children | 84ed27230825 | 
| files | tests/test_ttfs.pl | 
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/tests/test_ttfs.pl Tue Apr 29 02:36:24 2014 +0400 +++ b/tests/test_ttfs.pl Wed May 07 12:35:55 2014 +0400 @@ -12,12 +12,13 @@ my $selector = TTSelector->new( isContainer => 1, - ext => '.tt', + ext => 'tt', path => IMPL::Config->AppDir('view','site') ); my $match = $selector->MatchPath( [ + {}, { name => 'library'}, { name => 'index', class => 'Some::Collection' }, { name => 'compounds' },
