diff options
author | Björn Schießle <bjoern@schiessle.org> | 2015-12-14 16:04:05 +0100 |
---|---|---|
committer | Björn Schießle <bjoern@schiessle.org> | 2015-12-14 17:25:10 +0100 |
commit | c4b65170f2d77298f130f959d85ac3be5f6ea0a8 (patch) | |
tree | a6ca8534f66cb6d77e6b170bdf9396a087b67e9a /apps/files_sharing/tests/controller/sharecontroller.php | |
parent | efc030aa25b047a7c9f720cf781f26cbe1d274e0 (diff) | |
download | nextcloud-server-c4b65170f2d77298f130f959d85ac3be5f6ea0a8.tar.gz nextcloud-server-c4b65170f2d77298f130f959d85ac3be5f6ea0a8.zip |
show display name but internally use the user name
Diffstat (limited to 'apps/files_sharing/tests/controller/sharecontroller.php')
-rw-r--r-- | apps/files_sharing/tests/controller/sharecontroller.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/tests/controller/sharecontroller.php b/apps/files_sharing/tests/controller/sharecontroller.php index ccef4263c2b..168488f5613 100644 --- a/apps/files_sharing/tests/controller/sharecontroller.php +++ b/apps/files_sharing/tests/controller/sharecontroller.php @@ -168,6 +168,7 @@ class ShareControllerTest extends \Test\TestCase { $response = $this->shareController->showShare($this->token); $sharedTmplParams = array( 'displayName' => $this->user, + 'owner' => $this->user, 'filename' => 'file1.txt', 'directory_path' => '/file1.txt', 'mimetype' => 'text/plain', |