Removed core issue tag, refactored ocis-reva, ocis issue tag
This commit is contained in:
@@ -54,7 +54,7 @@ Feature: upload file
|
||||
| spaces | "C++ file.cpp" |
|
||||
| spaces | "file #2.txt" |
|
||||
|
||||
@issue-ocis-reva-265
|
||||
@issue-1259
|
||||
#after fixing all issues delete this Scenario and merge with the one above
|
||||
Scenario Outline: upload a file and check download content
|
||||
Given using <dav_version> DAV path
|
||||
@@ -128,7 +128,7 @@ Feature: upload file
|
||||
| spaces | /नेपाली | नेपाली |
|
||||
| spaces | /folder #2.txt | file #2.txt |
|
||||
|
||||
@issue-ocis-reva-265
|
||||
@issue-1259
|
||||
#after fixing all issues delete this Scenario and merge with the one above
|
||||
Scenario Outline: upload a file into a folder and check download content
|
||||
Given using <dav_version> DAV path
|
||||
@@ -166,7 +166,7 @@ Feature: upload file
|
||||
| dav_version |
|
||||
| spaces |
|
||||
|
||||
@issue-ocis-reva-15
|
||||
@issue-1345
|
||||
Scenario Outline: Uploading file to path with extension .part should not be possible
|
||||
Given using <dav_version> DAV path
|
||||
When user "Alice" uploads file "filesForUpload/textfile.txt" to "/textfile.part" using the WebDAV API
|
||||
@@ -217,7 +217,7 @@ Feature: upload file
|
||||
| spaces | /upload...1.. | abc...txt.. |
|
||||
| spaces | /... | ... |
|
||||
|
||||
@issue-ocis-reva-174
|
||||
|
||||
Scenario Outline: upload file with mtime
|
||||
Given using <dav_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 WebDAV API
|
||||
@@ -234,7 +234,7 @@ Feature: upload file
|
||||
| dav_version |
|
||||
| spaces |
|
||||
|
||||
@issue-ocis-reva-174
|
||||
|
||||
Scenario Outline: upload a file with mtime in a folder
|
||||
Given using <dav_version> DAV path
|
||||
And user "Alice" has created folder "testFolder"
|
||||
@@ -252,7 +252,7 @@ Feature: upload file
|
||||
| dav_version |
|
||||
| spaces |
|
||||
|
||||
@issue-ocis-reva-174
|
||||
|
||||
Scenario Outline: moving a file does not change its mtime
|
||||
Given using <dav_version> DAV path
|
||||
And user "Alice" has created folder "testFolder"
|
||||
@@ -271,7 +271,7 @@ Feature: upload file
|
||||
| dav_version |
|
||||
| spaces |
|
||||
|
||||
@issue-ocis-reva-174
|
||||
|
||||
Scenario Outline: overwriting a file changes its mtime
|
||||
Given using <dav_version> DAV path
|
||||
And user "Alice" has uploaded file with content "first time upload content" to "file.txt"
|
||||
@@ -331,4 +331,4 @@ Feature: upload file
|
||||
@skipOnOcV10 @personalSpace
|
||||
Examples:
|
||||
| dav_version |
|
||||
| spaces |
|
||||
| spaces |
|
||||
|
||||
Reference in New Issue
Block a user