adapt test

This commit is contained in:
Roman Perekhod
2024-07-08 09:24:35 +02:00
committed by Michael Barz
parent 7babaf634b
commit 572b32075e
21 changed files with 113 additions and 96 deletions
@@ -215,10 +215,10 @@ Feature: create files and folder
@skipOnRevaMaster
Examples:
| dav-path-version | file-name | http-status-code |
| spaces | /. | 400 |
| spaces | /. | 500 |
| spaces | /.. | 405 |
| spaces | /../lorem | 400 |
| spaces | | 400 |
| spaces | /../lorem | 404 |
| spaces | | 500 |
Scenario Outline: try to create folder with '.', '..' and 'empty'