Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-05-05 17:03:10 +0400
committerVincent Petry <pvince81@owncloud.com>2014-05-05 17:03:10 +0400
commit0c8ae6eb6632483505c22a8441d916873ed51ecc (patch)
tree2a1879e3b099160d0843720cd3e00ede9509aae4 /tests/enable_all.php
parent341fcdc37a74b630ef7d47b5f0b336622c072ddc (diff)
Added ext storage app in autotest unit test run
To make sure that the dynamic mount config and config classes from external storages are tested, these are now added into the autotest.sh test run by enabling the app.
Diffstat (limited to 'tests/enable_all.php')
-rw-r--r--tests/enable_all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/enable_all.php b/tests/enable_all.php
index efb43cae508..386ae2070e4 100644
--- a/tests/enable_all.php
+++ b/tests/enable_all.php
@@ -18,7 +18,7 @@ function enableApp($app) {
enableApp('files_sharing');
enableApp('files_encryption');
-//enableApp('files_external');
+enableApp('files_external');
enableApp('user_ldap');
enableApp('files_versions');