test: make remote.php configurable
test: build dav paths test: fix paths test: merge method args test: add issue tags test: add new expected failure file test: merge expected-failure files before running tests
This commit is contained in:
@@ -6,7 +6,7 @@ Feature: upload file
|
||||
Background:
|
||||
Given user "Alice" has been created with default attributes and without skeleton files
|
||||
|
||||
|
||||
@issue-10346
|
||||
Scenario Outline: upload file with mtime
|
||||
Given using <dav-path-version> DAV path
|
||||
When user "Alice" uploads file "filesForUpload/textfile.txt" to "file.txt" with mtime "Thu, 08 Aug 2019 04:18:13 GMT" using the TUS protocol on the WebDAV API
|
||||
@@ -17,7 +17,7 @@ Feature: upload file
|
||||
| new |
|
||||
| spaces |
|
||||
|
||||
|
||||
@issue-10346
|
||||
Scenario Outline: upload file with future mtime
|
||||
Given using <dav-path-version> DAV path
|
||||
When user "Alice" uploads file "filesForUpload/textfile.txt" to "file.txt" with mtime "Thu, 08 Aug 2129 04:18:13 GMT" using the TUS protocol on the WebDAV API
|
||||
@@ -28,7 +28,7 @@ Feature: upload file
|
||||
| new |
|
||||
| spaces |
|
||||
|
||||
|
||||
@issue-10346
|
||||
Scenario Outline: upload a file with mtime in a folder
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has created folder "testFolder"
|
||||
@@ -40,7 +40,7 @@ Feature: upload file
|
||||
| new |
|
||||
| spaces |
|
||||
|
||||
|
||||
@issue-10346
|
||||
Scenario Outline: overwriting a file changes its mtime
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has uploaded file with content "first time upload content" to "file.txt"
|
||||
|
||||
Reference in New Issue
Block a user