Skip to content

Commit

Permalink
Merge pull request #5485 from owncloud/remove-core-bug-demonstration-…
Browse files Browse the repository at this point in the history
…scenarios

[full-ci] [tests-only] Remove core bug demonstration scenarios
  • Loading branch information
grgprarup authored Feb 1, 2023
2 parents 9b2f3a1 + 2a6e7a7 commit 266cbaf
Show file tree
Hide file tree
Showing 27 changed files with 25 additions and 763 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ Feature: share resources where the sharee receives the share in multiple ways
| path |
| /child1 |

@skipOnOcV10 @issue-39347

Scenario Outline: Share receiver renames the received group share and shares same folder through user share again
Given using OCS API version "<ocs_api_version>"
And group "grp" has been created
Expand Down Expand Up @@ -567,7 +567,7 @@ Feature: share resources where the sharee receives the share in multiple ways
| 1 | 100 |
| 2 | 200 |

@skipOnOcV10 @issue-39347

Scenario Outline: Share receiver renames a group share and receives same resource through user share with additional permissions
Given using OCS API version "<ocs_api_version>"
And group "grp" has been created
Expand Down Expand Up @@ -596,7 +596,7 @@ Feature: share resources where the sharee receives the share in multiple ways
| 1 |
| 2 |

@skipOnOcV10 @issue-39347

Scenario Outline: Share receiver renames a group share and receives same resource through user share with less permissions
Given using OCS API version "<ocs_api_version>"
And group "grp" has been created
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ Feature: create a public link share
| old |
| new |

@issue-37605 @skipOnOcV10

Scenario: Get the mtime of a file inside a folder shared by public link using new webDAV version
Given user "Alice" has created folder "testFolder"
And user "Alice" has created a public link share with settings
Expand All @@ -599,7 +599,7 @@ Feature: create a public link share
And as "Alice" the mtime of the file "testFolder/file.txt" should be "Thu, 08 Aug 2019 04:18:13 GMT"
And the mtime of file "file.txt" in the last shared public link using the WebDAV API should be "Thu, 08 Aug 2019 04:18:13 GMT"

@issue-37605 @skipOnOcV10

Scenario: overwriting a file changes its mtime (new public webDAV API)
Given user "Alice" has created folder "testFolder"
When user "Alice" uploads file with content "uploaded content for file name ending with a dot" to "testFolder/file.txt" using the WebDAV API
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Feature: copying from public link share
And as "Alice" file "/PARENT/copy1.txt" should exist
And the content of file "/PARENT/copy1.txt" for user "Alice" should be "some data 0"

@skipOnOcV10 @issue-ocis-reva-373 @issue-37683
@issue-ocis-reva-373
Scenario: Copy folder within a public link folder to the same folder name as an already existing file
Given user "Alice" has created folder "/PARENT/testFolder"
And user "Alice" has uploaded file with content "some data" to "/PARENT/testFolder/testfile.txt"
Expand All @@ -85,7 +85,7 @@ Feature: copying from public link share
Then the HTTP status code should be "204"
And as "Alice" file "/PARENT/copy1.txt" should not exist

@skipOnOcV10 @issue-ocis-reva-373 @issue-37683
@issue-ocis-reva-373
Scenario: Copy file within a public link folder to a file with name same as an existing folder
Given user "Alice" has uploaded file with content "some data" to "/PARENT/testfile.txt"
And user "Alice" has created folder "/PARENT/new-folder"
Expand Down

This file was deleted.

Loading

0 comments on commit 266cbaf

Please sign in to comment.