From f9226f170e503752664cd8152e0211a6564f340d Mon Sep 17 00:00:00 2001
From: Thomas Mueller <thomas.mueller@tmit.eu>
Date: Mon, 5 Nov 2012 21:26:59 +0100
Subject: [PATCH] fixes #266

---
 tests/lib/template.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lib/template.php b/tests/lib/template.php
index 32ae4aca59..736bc95255 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 {
 
-- 
GitLab