diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-03-02 17:40:38 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-03-02 18:42:57 +0100 |
commit | 4daedda35a3a8cffb283e47b37e66f5b0524cbd8 (patch) | |
tree | ad3f299dea448344ac407b4f14e3f56d65c80bc6 /tests | |
parent | b621431c1116bb4166d4a89690bdea3a7a17d08c (diff) | |
download | nextcloud-server-4daedda35a3a8cffb283e47b37e66f5b0524cbd8.tar.gz nextcloud-server-4daedda35a3a8cffb283e47b37e66f5b0524cbd8.zip |
only test enabled apps
Diffstat (limited to 'tests')
-rw-r--r-- | tests/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/index.php b/tests/index.php index b5ae55808a1..2e86366740b 100644 --- a/tests/index.php +++ b/tests/index.php @@ -30,7 +30,7 @@ require_once 'simpletest/default_reporter.php'; loadTests(dirname(__FILE__)); //load app test cases -$apps=OC_App::getAllApps(); +$apps=OC_Appconfig::getApps(); foreach($apps as $app){ if(is_dir(OC::$SERVERROOT.'/apps/'.$app.'/tests')){ loadTests(OC::$SERVERROOT.'/apps/'.$app.'/tests'); |