-
Notifications
You must be signed in to change notification settings - Fork 510
Closed
nextcloud/server
#24628Description
Steps to reproduce
- Checkout NC 21 master
- Checkout spreed master
cd tests/integration./run.sh features/sharing/create.feature:8
Expected behaviour
No errors
Actual behaviour
[Wed Dec 9 17:48:12 2020] 127.0.0.1:45004 [200]: GET /ocs/v1.php/apps/files_sharing/api/v1/shares/1
And user "participant2" gets last share # SharingContext::userGetsLastShare()
[Wed Dec 9 17:48:12 2020] 127.0.0.1:45004 Closing
And share is returned with # SharingContext::shareIsReturnedWith()
| uid_owner | participant1 |
| displayname_owner | participant1-displayname |
| path | /Talk/welcome.txt |
| item_type | file |
| mimetype | text/plain |
| storage_id | shared::/Talk/welcome.txt |
| file_target | /Talk/welcome.txt |
| share_with | own one-to-one room |
| share_with_displayname | participant1-displayname |
Field 'path' does not match
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/Talk/welcome.txt'
+'/welcome (2).txt'
Versions
NC 21 git master c8e0f3015f9c9d2f5c0b10ab7c13dd8e89cc87ff
Talk app git master b9b76ff