Check all paths for own files and shares
Add "PARENT (2)" and its subdirectories to the paths to be checked, as before only the own "PARENT" folder was being checked, but not the shared one. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
6d9b322413
commit
eeab10df11
|
@ -199,8 +199,14 @@ Feature: sharing
|
|||
Then user "user1" should see following elements
|
||||
| /FOLDER/ |
|
||||
| /PARENT/ |
|
||||
| /CHILD/ |
|
||||
| /PARENT/CHILD/ |
|
||||
| /PARENT/parent.txt |
|
||||
| /PARENT/CHILD/child.txt |
|
||||
| /PARENT%20(2)/ |
|
||||
| /PARENT%20(2)/CHILD/ |
|
||||
| /PARENT%20(2)/parent.txt |
|
||||
| /PARENT%20(2)/CHILD/child.txt |
|
||||
| /CHILD/ |
|
||||
| /CHILD/child.txt |
|
||||
And the HTTP status code should be "200"
|
||||
|
||||
|
|
Loading…
Reference in New Issue