diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-12-14 18:00:35 +0100 |
---|---|---|
committer | Björn Schießle <bjoern@schiessle.org> | 2015-12-15 11:43:17 +0100 |
commit | f6be4f8ec1873359680938000f45ac9c55c43fd1 (patch) | |
tree | d5d111f70958c27965d05474a452ce22315c1fcc /apps/files_sharing | |
parent | 2f6caa30753214f6d4ad2fc3b9f0b5956a96b06f (diff) | |
download | nextcloud-server-f6be4f8ec1873359680938000f45ac9c55c43fd1.tar.gz nextcloud-server-f6be4f8ec1873359680938000f45ac9c55c43fd1.zip |
Fixed JS unit tests for fed owner display name
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/tests/js/externalSpec.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/tests/js/externalSpec.js b/apps/files_sharing/tests/js/externalSpec.js index 255f0fc3a48..362df49252b 100644 --- a/apps/files_sharing/tests/js/externalSpec.js +++ b/apps/files_sharing/tests/js/externalSpec.js @@ -67,6 +67,7 @@ describe('OCA.Sharing external tests', function() { remote: 'http://example.com/owncloud', token: 'abcdefg', owner: 'theowner', + ownerDisplayName: 'The Generous Owner', name: 'the share name' }; }); @@ -88,6 +89,7 @@ describe('OCA.Sharing external tests', function() { remote: 'http://example.com/owncloud', token: 'abcdefg', owner: 'theowner', + ownerDisplayName: 'The Generous Owner', name: 'the share name', password: '' }); @@ -104,6 +106,7 @@ describe('OCA.Sharing external tests', function() { remote: 'http://example.com/owncloud', token: 'abcdefg', owner: 'theowner', + ownerDisplayName: 'The Generous Owner', name: 'the share name', password: 'thepassword' }); @@ -148,6 +151,7 @@ describe('OCA.Sharing external tests', function() { remote: 'http://example.com/owncloud', token: 'abcdefg', owner: 'theowner', + ownerDisplayName: 'The Generous Owner', name: 'the share name' }; }); |