diff options
author | Joas Schilling <coding@schilljs.com> | 2021-11-25 09:07:34 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2021-11-25 11:49:54 +0000 |
commit | e6d35b6655e8a53f30271e2c823ce5d352e60a7d (patch) | |
tree | 5893ac4ed0655b96c9e673d10be467e18be40952 /build | |
parent | 4736bba7f66589577136e6741f95eec0b2f685ff (diff) | |
download | nextcloud-server-e6d35b6655e8a53f30271e2c823ce5d352e60a7d.tar.gz nextcloud-server-e6d35b6655e8a53f30271e2c823ce5d352e60a7d.zip |
Add an integration test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build')
-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" |