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
path: root/apps/dav
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-16 18:36:27 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-16 18:36:27 +0300
commit8a036842aa74620d9cf5f19b2c4054089d44a936 (patch)
tree8f17ec7da9d001d06f30c06852fa8a7a843a3a67 /apps/dav
parenta2ec080427048a9539bd89c08846db519e8effaf (diff)
Fix failing unit test
Diffstat (limited to 'apps/dav')
-rw-r--r--apps/dav/tests/unit/connector/sabre/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/connector/sabre/file.php b/apps/dav/tests/unit/connector/sabre/file.php
index 6685ddac913..9ca8c994a04 100644
--- a/apps/dav/tests/unit/connector/sabre/file.php
+++ b/apps/dav/tests/unit/connector/sabre/file.php
@@ -822,7 +822,7 @@ class File extends \Test\TestCase {
'permissions' => \OCP\Constants::PERMISSION_ALL
), null);
- $file = new \OC\Connector\Sabre\File($view, $info);
+ $file = new \OCA\DAV\Connector\Sabre\File($view, $info);
$file->get();
}