Fix tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
这个提交包含在:
Roeland Jago Douma 2018-03-08 20:56:26 +01:00
父节点 953691abb2
当前提交 ea5393e9f8
找不到此签名对应的密钥
GPG 密钥 ID: F941078878347C0C
共有 2 个文件被更改,包括 6 次插入3 次删除

查看文件

@ -376,7 +376,8 @@ describe('OCA.External.Settings tests', function() {
previews: true,
enable_sharing: false,
filesystem_check_changes: 0,
encoding_compatibility: false
encoding_compatibility: false,
readonly: false
});
});
});

查看文件

@ -727,7 +727,8 @@ describe('OCA.Sharing.FileList tests', function() {
etag: 'abc',
shareOwner: 'User One',
recipients: 'User Two',
mountType: 'external-root'
mountType: 'external-root',
sharePermissions: OC.PERMISSION_READ,
}]);
$tr = fileList.$el.find('tr:first');
@ -749,7 +750,8 @@ describe('OCA.Sharing.FileList tests', function() {
etag: 'abc',
shareOwner: 'User One',
recipients: 'User Two',
mountType: 'external-root'
mountType: 'external-root',
sharePermissions: OC.PERMISSION_READ | OC.PERMISSION_SHARE,
}]);
$tr = fileList.$el.find('tr:first');