Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test] Trigger CI in master #33793

Closed
wants to merge 1 commit into from
Closed

[test] Trigger CI in master #33793

wants to merge 1 commit into from

Conversation

phil-davis
Copy link
Contributor

@phil-davis phil-davis commented Dec 7, 2018

Ref: issue #33792

@phil-davis phil-davis self-assigned this Dec 7, 2018
@phil-davis phil-davis changed the title [Test] Trigger CI in master [test] Trigger CI in master Dec 7, 2018
@phil-davis
Copy link
Contributor Author

  Scenario Outline: Uploading a chunked file does create the correct version that can be restored                    # /drone/src/tests/acceptance/features/apiMain/fileVersions.feature:66
    Given using <dav-path> DAV path                                                                                  # FeatureContext::usingOldOrNewDavPath()
    When user "user0" uploads file "filesForUpload/davtest.txt" to "/textfile0.txt" in 2 chunks using the WebDAV API # FeatureContext::userUploadsAFileToWithChunks()
    And user "user0" uploads file "filesForUpload/lorem.txt" to "/textfile0.txt" in 3 chunks using the WebDAV API    # FeatureContext::userUploadsAFileToWithChunks()
    Then the version folder of file "/textfile0.txt" for user "user0" should contain "2" elements                    # FilesVersionsContext::theVersionFolderOfFileShouldContainElements()
    When user "user0" restores version index "1" of file "/textfile0.txt" using the WebDAV API                       # FilesVersionsContext::userRestoresVersionIndexOfFile()
    Then the content of file "/textfile0.txt" for user "user0" should be "Dav-Test"                                  # FeatureContext::contentOfFileForUserShouldBe()

    Examples:
      | dav-path |
      | new      |
      | old      |
        Failed asserting that 1 matches expected '2'.

https://drone.owncloud.com/owncloud/core/13293/270

@phil-davis phil-davis closed this Dec 7, 2018
@phil-davis phil-davis deleted the phil-davis-patch-2 branch December 7, 2018 04:15
@lock lock bot locked as resolved and limited conversation to collaborators Dec 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant