Code

Updated to read from sample config
[gosa.git] / test
diff --git a/test b/test
index 3b4469d151af9d75162637e7bd1f22f254991fe9..6101c399f63801216f2d2861c1731c1431a88be5 100755 (executable)
--- a/test
+++ b/test
@@ -10,8 +10,8 @@ require_once("include/autoload.inc");
 try {
 
        /* Get new test instance of the Configuration */
-       #$cr= Registry::getInstance("ConfigManager");
-       #$cr->load("gosa.conf");
+       $cr= Registry::getInstance("ConfigManager");
+       $cr->load("gosa.conf");
 
        /* Get a new test instance of ObjectListViewports */
        $vp= new ObjectListViewport(array("dummy", "dummy"));