Commit 9d2a3d8f authored by jake%acutex.net's avatar jake%acutex.net

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

parent dcca787f
......@@ -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 $_ }
},
}
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment