Code

Modified test1 to use smarty
[gosa.git] / tests / ListTest / 2 / index.php
index df138401f9d0c5590b0c9be4b94f390fed8515ec..bd7b3d0ba8e5cd70f9c73ef76bb920ab2aa38297 100644 (file)
@@ -45,13 +45,13 @@ function normalizePreg($input)
 
 
 /* Initiate autoloader... */
-require_once("../../include/autoload.inc");
+require_once("../../../include/autoload.inc");
 restore_error_handler();
 try {
 
        /* Get new test instance of the Configuration */
        $cr= Registry::getInstance("ConfigManager");
-       $cr->load("../../gosa.conf");
+       $cr->load("../../../gosa.conf");
 
        /* Get a new test instance of ObjectListViewports */
        $vp= new ObjectListViewport("plugin/sample");