From: justdave%syndicomm.com <> Date: Wed, 24 Apr 2002 16:50:53 +0000 (+0000) Subject: Fix tinderbox bustage caused by the template location code change. The tests are... X-Git-Tag: bugzilla-2.16rc1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ed2e8437a8b30cb24d24053ac2dd3368b71628d;p=thirdparty%2Fbugzilla.git 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. --- diff --git a/t/Support/Templates.pm b/t/Support/Templates.pm index 91946507d6..fb53037211 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.