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:
-rw-r--r--apps/files_external/tests/config.php2
-rw-r--r--apps/files_external/tests/dynamicmountconfig.php2
-rw-r--r--apps/files_external/tests/mountconfig.php2
-rw-r--r--tests/enable_all.php2
4 files changed, 2 insertions, 6 deletions
diff --git a/apps/files_external/tests/config.php b/apps/files_external/tests/config.php
index 767c0adf58e..62aff4d1bc1 100644
--- a/apps/files_external/tests/config.php
+++ b/apps/files_external/tests/config.php
@@ -28,7 +28,7 @@ return array(
'wait'=> 0
),
'owncloud'=>array(
- 'run'=>true,
+ 'run'=>false,
'host'=>'localhost/owncloud',
'user'=>'test',
'password'=>'test',
diff --git a/apps/files_external/tests/dynamicmountconfig.php b/apps/files_external/tests/dynamicmountconfig.php
index 81a31e14c60..650299075e6 100644
--- a/apps/files_external/tests/dynamicmountconfig.php
+++ b/apps/files_external/tests/dynamicmountconfig.php
@@ -22,8 +22,6 @@
require_once __DIR__ . '/../../../lib/base.php';
-require __DIR__ . '/../lib/config.php';
-
/**
* Class Test_Mount_Config_Dummy_Backend
*/
diff --git a/apps/files_external/tests/mountconfig.php b/apps/files_external/tests/mountconfig.php
index 1921ec76af3..14fe1d90b7a 100644
--- a/apps/files_external/tests/mountconfig.php
+++ b/apps/files_external/tests/mountconfig.php
@@ -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;
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');