Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-06-28 17:45:42 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-06-28 17:45:42 +0300
commitb506ec1c89e409561f9d22815d7647554754b962 (patch)
tree4e7224cf5f35aa3f8ac251b694303061a1d35be9 /build
parente1c28c403def67a0f0bd08b741f642d253cfd62b (diff)
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>
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/sharing-v1-part2.feature8
1 files changed, 7 insertions, 1 deletions
diff --git a/build/integration/features/sharing-v1-part2.feature b/build/integration/features/sharing-v1-part2.feature
index 2bf1d3fb404..216b173cd10 100644
--- a/build/integration/features/sharing-v1-part2.feature
+++ b/build/integration/features/sharing-v1-part2.feature
@@ -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"