summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-12-14 18:00:35 +0100
committerBjörn Schießle <bjoern@schiessle.org>2015-12-15 11:45:26 +0100
commitf2fb9fb6c2e6a235b06aae68b27a7bfd909c3313 (patch)
treedb4038a3553173cec15536414dc26aeb3331f590 /apps
parent73dda65a2e67d20fe382a011e558046db649a79e (diff)
downloadnextcloud-server-f2fb9fb6c2e6a235b06aae68b27a7bfd909c3313.tar.gz
nextcloud-server-f2fb9fb6c2e6a235b06aae68b27a7bfd909c3313.zip
Fixed JS unit tests for fed owner display name
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/tests/js/externalSpec.js4
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'
};
});