Update the test to use the same basic format as the handling code from globals.pl

This commit is contained in:
jake%acutex.net 2002-02-13 19:24:05 +00:00
Родитель 582ee7dbf3
Коммит effc112ada
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -55,11 +55,12 @@ foreach my $file(@testitems) {
my $template = Template->new(
{
INCLUDE_PATH => $include_path ,
RELATIVE => 1,
# Need to define filters used in the codebase, they don't
# actually have to function in this test, just be defined.
FILTERS =>
{
strike => sub { return $_ } ,
js => sub { return $_ }
},
}
);