summaryrefslogtreecommitdiffstats
path: root/build/integration/features/webdav-related.feature
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-04-16 23:34:53 +0200
committerLukas Reschke <lukas@owncloud.com>2016-04-16 23:34:53 +0200
commit2625d8fc717936cc18a04ff3dfa07e55dc71a6d0 (patch)
tree35b688e1109f52bbfc5c0705fd112af69ca8b3a1 /build/integration/features/webdav-related.feature
parent2d84e9c5fa6d628ab1fc86923f8b4e003709d61a (diff)
parentab40ec649476956c92efc261cb47a9a053351c7c (diff)
downloadnextcloud-server-2625d8fc717936cc18a04ff3dfa07e55dc71a6d0.tar.gz
nextcloud-server-2625d8fc717936cc18a04ff3dfa07e55dc71a6d0.zip
Merge pull request #23978 from owncloud/integration-test-remaining-from-qa-26
Added test case about downloading a file inside a folder with range
Diffstat (limited to 'build/integration/features/webdav-related.feature')
-rw-r--r--build/integration/features/webdav-related.feature9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/integration/features/webdav-related.feature b/build/integration/features/webdav-related.feature
index f1c99444f6d..abdc63935e9 100644
--- a/build/integration/features/webdav-related.feature
+++ b/build/integration/features/webdav-related.feature
@@ -68,6 +68,15 @@ Feature: webdav-related
And Downloading last public shared file with range "bytes=51-77"
Then Downloaded content should be "example file for developers"
+ Scenario: download a public shared file inside a folder with range
+ Given user "user0" exists
+ And As an "user0"
+ When creating a share with
+ | path | PARENT |
+ | shareType | 3 |
+ And Downloading last public shared file inside a folder "/parent.txt" with range "bytes=1-7"
+ Then Downloaded content should be "wnCloud"
+
Scenario: Downloading a file on the old endpoint should serve security headers
Given using dav path "remote.php/webdav"
And As an "admin"