aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/BackendTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/tests/BackendTest.php')
-rw-r--r--apps/files_sharing/tests/BackendTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/tests/BackendTest.php b/apps/files_sharing/tests/BackendTest.php
index 897cf7c2de2..5c44163d6a8 100644
--- a/apps/files_sharing/tests/BackendTest.php
+++ b/apps/files_sharing/tests/BackendTest.php
@@ -75,6 +75,7 @@ class BackendTest extends TestCase {
$fileinfo2 = $this->view->getFileInfo($this->folder . $this->subfolder . $this->subsubfolder);
$fileinfo3 = $this->view->getFileInfo($this->folder . $this->subfolder . $this->subsubfolder . $this->filename);
+ // TODO new sharing
$this->assertTrue(\OC\Share\Share::shareItem('folder', $fileinfo1['fileid'], \OCP\Share::SHARE_TYPE_USER,
self::TEST_FILES_SHARING_API_USER2, 31));
$this->assertTrue(\OC\Share\Share::shareItem('folder', $fileinfo2['fileid'], \OCP\Share::SHARE_TYPE_USER,