From 58eecf42ab288d492e78c66e12f387be7878e74d Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 9 Jan 2003 13:43:00 +0000 Subject: [PATCH] testing update --- tests/administration/UnitManager.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/administration/UnitManager.php b/tests/administration/UnitManager.php index 954ecad..1201668 100644 --- a/tests/administration/UnitManager.php +++ b/tests/administration/UnitManager.php @@ -1,7 +1,7 @@ owl_fs_root/lib/owl.lib.php"); require_once("$default->owl_fs_root/lib/administration/UnitManager.inc"); @@ -9,14 +9,13 @@ echo "
";
 // unit tests for UnitManager methods
 
 $um = new UnitManager();
-/*
 $userArray = $um->listLdapUsers($userNameSearch);
 if (!'userArray') {
     echo "ldap user lookup failed!
"; } else { print_r($userArray); } -*/ +/* // do some transformation of the first entry in the array? // think maybe just set username = uid @@ -39,6 +38,6 @@ if (!$result) { } else { echo "added user successfully
"; } - +*/ echo "
"; ?> -- libgit2 0.21.4