]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing Test_TemplateFunctions
authorThomas Mueller <thomas.mueller@tmit.eu>
Tue, 30 Oct 2012 23:21:17 +0000 (00:21 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Tue, 30 Oct 2012 23:22:26 +0000 (00:22 +0100)
tests/lib/template.php

index dadfdba5e0c31a0865460d33fe8253e1290eb9b7..d6d5a122f4267e994a76940abaf72ae8a0cbe663 100644 (file)
@@ -20,7 +20,7 @@
 *
 */
 
-require_once("lib/template.php");
+require_once("../lib/template.php");
 
 class Test_TemplateFunctions extends UnitTestCase {