summaryrefslogtreecommitdiffstats
path: root/build/integration/features/webdav-related.feature
diff options
context:
space:
mode:
Diffstat (limited to 'build/integration/features/webdav-related.feature')
-rw-r--r--build/integration/features/webdav-related.feature16
1 files changed, 16 insertions, 0 deletions
diff --git a/build/integration/features/webdav-related.feature b/build/integration/features/webdav-related.feature
index 658e689f54e..b75fdd35618 100644
--- a/build/integration/features/webdav-related.feature
+++ b/build/integration/features/webdav-related.feature
@@ -447,3 +447,19 @@ Feature: webdav-related
And As an "user1"
When User "user1" deletes file "/testfolder/asdf.txt"
Then the HTTP status code should be "204"
+
+ Scenario: Creating a folder
+ Given using old dav path
+ And user "user0" exists
+ And user "user0" created a folder "/test_folder"
+ When as "user0" gets properties of folder "/test_folder" with
+ |{DAV:}resourcetype|
+ Then the single response should contain a property "{DAV:}resourcetype" with value "{DAV:}collection"
+
+ Scenario: Creating a folder with special chars
+ Given using old dav path
+ And user "user0" exists
+ And user "user0" created a folder "/test_folder:5"
+ When as "user0" gets properties of folder "/test_folder:5" with
+ |{DAV:}resourcetype|
+ Then the single response should contain a property "{DAV:}resourcetype" with value "{DAV:}collection"