From dca80c55a9c12ccbe1def5ce7cbeae7974525c13 Mon Sep 17 00:00:00 2001
From: Thomas Mueller <thomas.mueller@tmit.eu>
Date: Wed, 31 Oct 2012 00:21:17 +0100
Subject: [PATCH] fixing Test_TemplateFunctions

---
 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 dadfdba5e0c..d6d5a122f42 100644
--- a/tests/lib/template.php
+++ b/tests/lib/template.php
@@ -20,7 +20,7 @@
 *
 */
 
-require_once("lib/template.php");
+require_once("../lib/template.php");
 
 class Test_TemplateFunctions extends UnitTestCase {
 
-- 
GitLab