From 0c8ae6eb6632483505c22a8441d916873ed51ecc Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 5 May 2014 15:03:10 +0200 Subject: 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. --- tests/enable_all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/enable_all.php') 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'); -- cgit v1.2.3