diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-11-05 12:46:25 -0800 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2012-11-05 12:46:25 -0800 |
commit | 3a4fc7c5b6bbd675620450a0b57c747987285afb (patch) | |
tree | d2e1a27065dd1eb03df1100c0fdadab64046f903 | |
parent | 972243d5640c40b1f161e50f31404c71d7c290c0 (diff) | |
parent | f9226f170e503752664cd8152e0211a6564f340d (diff) | |
download | nextcloud-server-3a4fc7c5b6bbd675620450a0b57c747987285afb.tar.gz nextcloud-server-3a4fc7c5b6bbd675620450a0b57c747987285afb.zip |
Merge pull request #268 from owncloud/fixing_template_test
Fixing failing template unit test
-rw-r--r-- | tests/lib/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/template.php b/tests/lib/template.php index 32ae4aca590..736bc95255c 100644 --- a/tests/lib/template.php +++ b/tests/lib/template.php @@ -20,7 +20,7 @@ * */ -require_once("lib/template.php"); +OC::autoload('OC_Template'); class Test_TemplateFunctions extends UnitTestCase { |