diff options
author | justdave%syndicomm.com <> | 2002-04-24 18:50:53 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-04-24 18:50:53 +0200 |
commit | 7ed2e8437a8b30cb24d24053ac2dd3368b71628d (patch) | |
tree | 62ea266d902845101fd031866cd11947557ec342 /t | |
parent | 14571cd4d7009a9f5ad2defa807e3a0886082834 (diff) | |
download | bugzilla-7ed2e8437a8b30cb24d24053ac2dd3368b71628d.tar.gz bugzilla-7ed2e8437a8b30cb24d24053ac2dd3368b71628d.tar.xz |
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.pm | 2 |
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. |