From: jake%acutex.net <> Date: Thu, 14 Feb 2002 03:24:05 +0000 (+0000) Subject: Update the test to use the same basic format as the handling code from globals.pl X-Git-Tag: bugzilla-2.16rc1~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d2a3d8fbc9e4068d21df86083780e908834b187;p=thirdparty%2Fbugzilla.git Update the test to use the same basic format as the handling code from globals.pl --- diff --git a/t/004template.t b/t/004template.t index 578a91b9e8..4c3c898c1c 100644 --- a/t/004template.t +++ b/t/004template.t @@ -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 $_ } }, } );