Don't check permissions.
authorJan Schneider <jan@horde.org>
Fri, 8 Jan 2010 22:03:35 +0000 (23:03 +0100)
committerJan Schneider <jan@horde.org>
Fri, 8 Jan 2010 22:03:35 +0000 (23:03 +0100)
horde/test.php

index eb9b6e2..e0bbfc0 100644 (file)
@@ -44,7 +44,7 @@ $app_version = $registry->getVersion($app);
 /* If we've gotten this far, we should have found enough of Horde to run
  * tests. Create the testing object. */
 if ($app != 'horde') {
-    $registry->pushApp($app);
+    $registry->pushApp($app, array('check_perms' => false));
 }
 $classname = ucfirst($app) . '_Test';
 if (!class_exists($classname)) {