summaryrefslogtreecommitdiffstats
path: root/build/integration/features/webdav-related.feature
diff options
context:
space:
mode:
authorSergio Bertolin <sbertolin@solidgear.es>2015-11-20 11:26:52 +0000
committerSergio Bertolin <sbertolin@solidgear.es>2015-11-20 11:26:52 +0000
commita2938385f9f5d585eacdbe15791b913614c94f9d (patch)
tree1636f3b040628635cedd3a6829088561a4f7955e /build/integration/features/webdav-related.feature
parentdd10e1d538e91bdebad0c250a62d06afe9d74b55 (diff)
downloadnextcloud-server-a2938385f9f5d585eacdbe15791b913614c94f9d.tar.gz
nextcloud-server-a2938385f9f5d585eacdbe15791b913614c94f9d.zip
Making webdav path configurable
Diffstat (limited to 'build/integration/features/webdav-related.feature')
-rw-r--r--build/integration/features/webdav-related.feature15
1 files changed, 9 insertions, 6 deletions
diff --git a/build/integration/features/webdav-related.feature b/build/integration/features/webdav-related.feature
index 450065ded2d..27d354644d0 100644
--- a/build/integration/features/webdav-related.feature
+++ b/build/integration/features/webdav-related.feature
@@ -1,12 +1,15 @@
Feature: sharing
Background:
- Given using api version "1"
+ Given using api version "1"
+
+ Scenario: moving a file old way
+ Given using dav path "remote.php/webdav"
+ And As an "admin"
+ And user "user0" exists
+ When User "user0" moves file "/textfile0.txt" to "/FOLDER/textfile0.txt"
+ Then the HTTP status code should be "201"
+
- Scenario: moving a file
- Given As an "admin"
- And user "user0" exists
- When User "user0" moves file "/textfile0.txt" to "/FOLDER/textfile0.txt"
- Then the HTTP status code should be "201"