Skip to content

Test failures on master related to attachment folder #4736

@PVince81

Description

@PVince81

Steps to reproduce

  1. Checkout NC 21 master
  2. Checkout spreed master
  3. cd tests/integration
  4. ./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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions