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.
This commit is contained in:
Vincent Petry 2014-05-05 15:03:10 +02:00
parent 341fcdc37a
commit 0c8ae6eb66
4 changed files with 2 additions and 6 deletions

View File

@ -28,7 +28,7 @@ return array(
'wait'=> 0
),
'owncloud'=>array(
'run'=>true,
'run'=>false,
'host'=>'localhost/owncloud',
'user'=>'test',
'password'=>'test',

View File

@ -22,8 +22,6 @@
require_once __DIR__ . '/../../../lib/base.php';
require __DIR__ . '/../lib/config.php';
/**
* Class Test_Mount_Config_Dummy_Backend
*/

View File

@ -22,8 +22,6 @@
require_once __DIR__ . '/../../../lib/base.php';
require __DIR__ . '/../lib/config.php';
class Test_Mount_Config_Dummy_Storage {
public function test() {
return true;

View File

@ -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');