aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-04-24 16:50:53 +0000
committerjustdave%syndicomm.com <>2002-04-24 16:50:53 +0000
commit7ed2e8437a8b30cb24d24053ac2dd3368b71628d (patch)
tree62ea266d902845101fd031866cd11947557ec342 /t
parent14571cd4d7009a9f5ad2defa807e3a0886082834 (diff)
downloadbugs-7ed2e8437a8b30cb24d24053ac2dd3368b71628d.tar
bugs-7ed2e8437a8b30cb24d24053ac2dd3368b71628d.tar.gz
bugs-7ed2e8437a8b30cb24d24053ac2dd3368b71628d.tar.bz2
bugs-7ed2e8437a8b30cb24d24053ac2dd3368b71628d.tar.xz
bugs-7ed2e8437a8b30cb24d24053ac2dd3368b71628d.zip
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.
Diffstat (limited to 't')
-rw-r--r--t/Support/Templates.pm2
1 files changed, 1 insertions, 1 deletions
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.