Fixed JS unit tests for fed owner display name
This commit is contained in:
parent
c4b65170f2
commit
1d37e7abfc
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue