Skip to content

Commit

Permalink
added extra line after each test
Browse files Browse the repository at this point in the history
  • Loading branch information
swoichha committed Mar 10, 2021
1 parent 0abc926 commit 7d0ebfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Feature: checksums
| old |
| new |


Scenario Outline: Uploading a file with incorrect checksum should not work
Given using <dav_version> DAV path
And user "Alice" has created a new TUS resource on the WebDAV API with these headers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Feature: upload file to shared folder
| old |
| new |


Scenario Outline: Upload a file to shared folder with checksum should return the checksum in the propfind for sharee
Given using <dav_version> DAV path
And user "Alice" has created folder "/FOLDER"
Expand All @@ -94,6 +95,7 @@ Feature: upload file to shared folder
| old |
| new |


Scenario Outline: Upload a file to shared folder with checksum should return the checksum in the download header for sharee
Given using <dav_version> DAV path
And user "Alice" has created folder "/FOLDER"
Expand All @@ -110,6 +112,7 @@ Feature: upload file to shared folder
| old |
| new |


Scenario Outline: Sharer shares a file with correct checksum should return the checksum in the propfind for sharee
Given using <dav_version> DAV path
And user "Alice" has created a new TUS resource on the WebDAV API with these headers:
Expand Down Expand Up @@ -159,6 +162,7 @@ Feature: upload file to shared folder
| old |
| new |


Scenario Outline: Sharee uploads a file to a received share folder with wrong checksum should not work
Given using <dav_version> DAV path
And user "Alice" has created folder "/FOLDER"
Expand Down Expand Up @@ -210,6 +214,7 @@ Feature: upload file to shared folder
| old |
| new |


Scenario Outline: Sharee uploads a chunked file with correct checksum to a received share folder should work
Given using <dav_version> DAV path
And user "Alice" has created folder "/FOLDER"
Expand Down

0 comments on commit 7d0ebfa

Please sign in to comment.