Skip to content

Commit

Permalink
proper quoting
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Oct 6, 2022
1 parent 710582b commit 6e4c28d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,14 @@ Feature: files and folders exist in the trashbin after being deleted
And user "testtrashbin101" has deleted file "/textfile0.txt"
And user "testtrashbin101" has deleted file "/textfile2.txt"
When user "Brian" tries to list the trashbin content for user "testtrashbin101"
Then the HTTP status code should be <status_code>
Then the HTTP status code should be "<status-code>"
And the last webdav response should not contain the following elements
| path | user |
| textfile0.txt | testtrashbin101 |
| textfile2.txt | testtrashbin101 |
@skipOnOcis
Examples:
| dav-path | status_code |
| dav-path | status-code |
| new | 401 |
@skipOnOcV10 @personalSpace
Examples:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@ Feature: Restore deleted files/folders
And user "Brian" has been created with default attributes and without skeleton files
And user "Alice" has deleted file "/textfile0.txt"
When user "Brian" tries to restore the file with original path "/textfile0.txt" from the trashbin of user "Alice" using the trashbin API
Then the HTTP status code should be <status_code>
Then the HTTP status code should be "<status-code>"
And as "Alice" the folder with original path "/textfile0.txt" should exist in the trashbin
And user "Alice" should not see the following elements
| /textfile0.txt |
@skipOnOcis
Examples:
| dav-path | status_code |
| dav-path | status-code |
| old | 401 |
| new | 401 |
@skipOnOcV10
Expand Down

0 comments on commit 6e4c28d

Please sign in to comment.