diff options
author | Joas Schilling <coding@schilljs.com> | 2021-11-25 09:07:34 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-11-25 09:07:34 +0100 |
commit | d1203e9b5d082798c2ffd1c8ae8a927626f6090a (patch) | |
tree | 6b3017b4d10f1d1c6e6c2950b82d97cfb0cdd579 /build/integration/features | |
parent | 65d79bb5929b5ab68e9650eb9eea2fa373e84999 (diff) | |
download | nextcloud-server-d1203e9b5d082798c2ffd1c8ae8a927626f6090a.tar.gz nextcloud-server-d1203e9b5d082798c2ffd1c8ae8a927626f6090a.zip |
Add an integration test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build/integration/features')
-rw-r--r-- | build/integration/features/webdav-related.feature | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/integration/features/webdav-related.feature b/build/integration/features/webdav-related.feature index c98ecc56ec7..78ec6a93c50 100644 --- a/build/integration/features/webdav-related.feature +++ b/build/integration/features/webdav-related.feature @@ -619,3 +619,12 @@ Feature: webdav-related And Downloaded content should be "BBBBB" And Downloading file "/C.txt" And Downloaded content should be "CCCCC" + + Scenario: Creating a folder with invalid characters + Given using new dav path + And As an "admin" + And user "user0" exists + And user "user1" exists + And As an "user1" + And user "user1" created a folder "/testshare " + Then the HTTP status code should be "400" |