summaryrefslogtreecommitdiffstats
path: root/build/integration/features/webdav-related.feature
diff options
context:
space:
mode:
authorSergio Bertolin <sbertolin@solidgear.es>2015-11-20 11:56:05 +0000
committerSergio Bertolin <sbertolin@solidgear.es>2015-11-20 11:56:05 +0000
commit69a03c2e60fce7e64baac1659af71cb4b0af0d76 (patch)
treed0d5553d10cccdf1de2d41b4cf83a14ace04ca88 /build/integration/features/webdav-related.feature
parenta2938385f9f5d585eacdbe15791b913614c94f9d (diff)
downloadnextcloud-server-69a03c2e60fce7e64baac1659af71cb4b0af0d76.tar.gz
nextcloud-server-69a03c2e60fce7e64baac1659af71cb4b0af0d76.zip
Added test case about trying to reshare a file with more permissions
Diffstat (limited to 'build/integration/features/webdav-related.feature')
-rw-r--r--build/integration/features/webdav-related.feature18
1 files changed, 9 insertions, 9 deletions
diff --git a/build/integration/features/webdav-related.feature b/build/integration/features/webdav-related.feature
index 27d354644d0..961b6b03431 100644
--- a/build/integration/features/webdav-related.feature
+++ b/build/integration/features/webdav-related.feature
@@ -1,13 +1,13 @@
Feature: sharing
- Background:
- 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"
+ Background:
+ 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"