[feature/template-events] Normalize expected directory trees.

PHPBB3-9550
This commit is contained in:
Oleg Pudeyev 2012-11-08 20:31:12 -05:00
parent 0e6d12dfc4
commit 21a244543d
3 changed files with 1 additions and 1 deletions

View file

@ -65,7 +65,7 @@ class phpbb_template_template_events_test extends phpbb_template_template_test_c
$defaults = $this->config_defaults();
$config = new phpbb_config(array_merge($defaults, $new_config));
$this->template_path = dirname(__FILE__) . "/datasets/$dataset/templates";
$this->template_path = dirname(__FILE__) . "/datasets/$dataset/styles/silver/template";
$this->style_resource_locator = new phpbb_style_resource_locator();
$this->extension_manager = new phpbb_mock_filesystem_extension_manager(
dirname(__FILE__) . "/datasets/$dataset/"