]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Update the test to use the same basic format as the handling code from globals.pl
authorjake%acutex.net <>
Thu, 14 Feb 2002 03:24:05 +0000 (03:24 +0000)
committerjake%acutex.net <>
Thu, 14 Feb 2002 03:24:05 +0000 (03:24 +0000)
t/004template.t

index 578a91b9e821488c01446e47befe754193cb83b5..4c3c898c1c103d10c42083ba2f0e80fdc3ea0323 100644 (file)
@@ -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 $_ }
     },
 }
 );