diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-25 16:58:54 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 10:55:10 +0100 |
commit | f9fc2546724e94d0cf1eb06baa784f9e79816617 (patch) | |
tree | 7963f9ff055a2de0d76afc1ab70dfd9bf8acfa9e /lib/private/files/storage | |
parent | 26d758f0b1a8ea930511c31456b09f662230842a (diff) | |
download | nextcloud-server-f9fc2546724e94d0cf1eb06baa784f9e79816617.tar.gz nextcloud-server-f9fc2546724e94d0cf1eb06baa784f9e79816617.zip |
Add DB group to some files_external tests
Adding group Db to federation tests and ldap tests
Add group DB to Test_UrlGenerator
Adding group DB to trashbin and versions tests
Adding group DB to Test_Util_CheckServer for pg
Diffstat (limited to 'lib/private/files/storage')
-rw-r--r-- | lib/private/files/storage/dav.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/files/storage/dav.php b/lib/private/files/storage/dav.php index 9147f572461..dda163e41a0 100644 --- a/lib/private/files/storage/dav.php +++ b/lib/private/files/storage/dav.php @@ -105,6 +105,7 @@ class DAV extends Common { $this->secure = false; } if ($this->secure === true) { + // inject mock for testing $certPath = \OC_User::getHome(\OC_User::getUser()) . '/files_external/rootcerts.crt'; if (file_exists($certPath)) { $this->certPath = $certPath; |