# HG changeset patch # User sergey # Date 1399451755 -14400 # Node ID a7a3e4f626ffa99a02c4d89ef338510c186a60b4 # Parent f1ce08199a083a76f4dc6aa95d1929e38033f92b sync diff -r f1ce08199a08 -r a7a3e4f626ff tests/test_ttfs.pl --- 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' },