mirror of
https://github.com/nextcloud/server.git
synced 2026-03-14 14:43:06 -04:00
Add an integration test
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
696e4f16a5
commit
0c3217edfa
1 changed files with 9 additions and 0 deletions
|
|
@ -608,3 +608,12 @@ Feature: webdav-related
|
|||
And user "user0" uploads new chunk file "3" with "CCCCC" to id "chunking-42"
|
||||
When user "user0" moves new chunk file with id "chunking-42" to "/myChunkedFile.txt" with size 15
|
||||
Then the HTTP status code should be "201"
|
||||
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue