diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-16 17:36:27 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-16 17:36:27 +0200 |
commit | 8a036842aa74620d9cf5f19b2c4054089d44a936 (patch) | |
tree | 8f17ec7da9d001d06f30c06852fa8a7a843a3a67 /apps | |
parent | a2ec080427048a9539bd89c08846db519e8effaf (diff) | |
download | nextcloud-server-8a036842aa74620d9cf5f19b2c4054089d44a936.tar.gz nextcloud-server-8a036842aa74620d9cf5f19b2c4054089d44a936.zip |
Fix failing unit test
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/tests/unit/connector/sabre/file.php | 2 |
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(); } |