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:
authorVincent Petry <pvince81@owncloud.com>2016-11-24 13:24:41 +0300
committerVincent Petry <pvince81@owncloud.com>2016-11-24 13:29:01 +0300
commit3fc32907343d79f47f915d22e25d9494e55627d7 (patch)
tree97ac0b77198577cf746dd6c38516f39e151d2f39 /build
parentdc77e0385d6250c516deb1f923768e35ecdf44e3 (diff)
Remove dav v2 move because broken on stable9
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/dav-v2.feature5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/integration/features/dav-v2.feature b/build/integration/features/dav-v2.feature
index 92300246311..01346b2e432 100644
--- a/build/integration/features/dav-v2.feature
+++ b/build/integration/features/dav-v2.feature
@@ -3,12 +3,13 @@ Feature: dav-v2
Given using api version "1"
Scenario: moving a file new endpoint way
- Given using new dav path
+ Given using dav path "remote.php/dav"
And As an "admin"
And user "user0" exists
- When User "user0" moves file "/textfile0.txt" to "/FOLDER/textfile0.txt"
+ When User "user0" moves file "/files/user0/textfile0.txt" to "/files/user0/abcde.txt"
Then the HTTP status code should be "201"
+
Scenario: download a file with range using new endpoint
Given using new dav path
And As an "admin"