Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Trying to reproduce core#28018
  • Loading branch information
SergioBertolinSG committed May 26, 2017
commit 991b41e533b03c19cc94bad595fe8d8e14056523
30 changes: 30 additions & 0 deletions tests/integration/features/webdav-related-new-endpoint.feature
Original file line number Diff line number Diff line change
Expand Up @@ -543,3 +543,33 @@ Feature: webdav-related-new-endpoint
And user "user0" uploads new chunk file "3" with "CCCCC" to id "chunking-42"
When user "user0" moves new chunk file with id "chunking-42" to "/existingFile.txt"
Then User "user0" checks id of file "/existingFile.txt"


Scenario: Checking file id after a move between received shares
Given using new dav path
And user "user0" exists
And user "user1" exists
And user "user0" created a folder "/folderA"
And user "user0" created a folder "/folderB"
And folder "/folderA" of user "user0" is shared with user "user1"
And folder "/folderB" of user "user0" is shared with user "user1"
And user "user1" created a folder "/folderA/ONE"
And user "user1" created a folder "/folderA/ONE/TWO"
And User "user1" stores id of file "/folderA/ONE"
And User "user1" moves folder "/folderA/ONE" to "/folderB"
When user "user1" created a folder "/folderB/ONE/TWO/THREE"
And using old dav path
Then user "user1" should see following elements
| /FOLDER/ |
| /PARENT/ |
| /PARENT/parent.txt |
| /textfile0.txt |
| /textfile1.txt |
| /textfile2.txt |
| /textfile3.txt |
| /textfile4.txt |
| /folderA |
| /folderB |
| /folderB/ONE |
| /folderB/ONE/TWO |
| /folderB/ONE/TWO/THREE |