|
|
|
@ -207,11 +207,10 @@ class SharedStorageTest extends TestCase { |
|
|
|
|
$this->assertTrue(\OC\Files\Filesystem::is_dir($this->folder)); |
|
|
|
|
|
|
|
|
|
// for the share root we expect: |
|
|
|
|
// the read permissions |
|
|
|
|
// the delete permission, to enable unshare |
|
|
|
|
// the update permission, to enable moving the share |
|
|
|
|
// the read permissions (1) |
|
|
|
|
// the delete permission (8), to enable unshare |
|
|
|
|
$rootInfo = \OC\Files\Filesystem::getFileInfo($this->folder); |
|
|
|
|
$this->assertSame(\OCP\Constants::PERMISSION_READ | \OCP\Constants::PERMISSION_DELETE | \OCP\Constants::PERMISSION_UPDATE, $rootInfo->getPermissions()); |
|
|
|
|
$this->assertSame(9, $rootInfo->getPermissions()); |
|
|
|
|
|
|
|
|
|
// for the file within the shared folder we expect: |
|
|
|
|
// the read permissions (1) |
|
|
|
|