]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed JS unit tests for fed owner display name
authorVincent Petry <pvince81@owncloud.com>
Mon, 14 Dec 2015 17:00:35 +0000 (18:00 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 14 Dec 2015 17:00:35 +0000 (18:00 +0100)
apps/files_sharing/tests/js/externalSpec.js

index 255f0fc3a4855261d293437c95743e67bb5e2237..362df49252b83b19225bd07a7953040fabedb29d 100644 (file)
@@ -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'
                        };
                });