From 7ed2e8437a8b30cb24d24053ac2dd3368b71628d Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Wed, 24 Apr 2002 16:50:53 +0000 Subject: Fix tinderbox bustage caused by the template location code change. The tests are now looking in the right place for the templates. 4 templates in the new location now come up with syntax errors however. --- t/Support/Templates.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/Support/Templates.pm b/t/Support/Templates.pm index 91946507d..fb5303721 100644 --- a/t/Support/Templates.pm +++ b/t/Support/Templates.pm @@ -24,7 +24,7 @@ package Support::Templates; use Support::Files; -$include_path = "template/default"; +$include_path = "template/en/default"; # Scan Bugzilla's code looking for templates used and put them # in the @testitems array to be used by the template.t test. -- cgit v1.2.3-24-g4f1b