projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f54ad06
)
Don't check permissions.
author
Jan Schneider
<jan@horde.org>
Fri, 8 Jan 2010 22:03:35 +0000
(23:03 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 8 Jan 2010 22:03:35 +0000
(23:03 +0100)
horde/test.php
patch
|
blob
|
history
diff --git
a/horde/test.php
b/horde/test.php
index
eb9b6e2
..
e0bbfc0
100644
(file)
--- a/
horde/test.php
+++ b/
horde/test.php
@@
-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)) {