aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-10-11 21:13:19 +0200
committerRobin Appelman <icewind@owncloud.com>2012-10-11 22:18:34 +0200
commit5698c8519ad48e9ffa4497e8ce951888922903c3 (patch)
treef4e13aef00a19f27fbf9f8ab7718cf4808afd1d8 /apps/files_external/tests
parent5256301a536f4308c0de6ff7e2494df98336d259 (diff)
downloadnextcloud-server-5698c8519ad48e9ffa4497e8ce951888922903c3.tar.gz
nextcloud-server-5698c8519ad48e9ffa4497e8ce951888922903c3.zip
fix webdav storage backend when trying to open a non existing file for reading
Diffstat (limited to 'apps/files_external/tests')
-rw-r--r--apps/files_external/tests/config.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_external/tests/config.php b/apps/files_external/tests/config.php
index 47dd7c4bf87..ff16b1c1d8a 100644
--- a/apps/files_external/tests/config.php
+++ b/apps/files_external/tests/config.php
@@ -8,7 +8,7 @@ return array(
'root'=>'/test',
),
'webdav'=>array(
- 'run'=>true,
+ 'run'=>false,
'host'=>'localhost',
'user'=>'test',
'password'=>'test',
@@ -26,11 +26,11 @@ return array(
'run'=>false,
'user'=>'test:tester',
'token'=>'testing',
- 'host'=>'ubuntu.local:8080/auth',
+ 'host'=>'localhost.local:8080/auth',
'root'=>'/',
),
'smb'=>array(
- 'run'=>true,
+ 'run'=>false,
'user'=>'test',
'password'=>'test',
'host'=>'localhost',