[Tests-Only] Bump core test commit id as at 20201006 #645
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Includes test-related changes in core:
owncloud/core#37916 Refactor apiShareReshare1 to use Shares folder
owncloud/core#37918 Refactor apiShareReshare3 to use Shares folder
owncloud/core#37919 Refactor reshare2 test suite to use root and share folder
owncloud/core#37920 Enable apiShareReshareToShares3 tests on OCIS
owncloud/core#37928 Refactor apiShareNotifications to use Shares folder
owncloud/core#37930 refactor shareOperations test suite for Shares subfolder and root
owncloud/core#37929 Refactor apiShareCreateSpecial2 to use Shares folder
owncloud/core#37927 refactor updateShare suite for Shares subfolder and root
owncloud/core#37936 refactor shareManagement test suite for Shares subfolder and root
owncloud/core#37943 Have separate scenarios for public link share of root folder on oC10 and OCIS
owncloud/core#37938 Refactor apiShareCreateSpecial1 to use Shares folder
owncloud/core#37955 Fixup API sharing test suite names
owncloud/core#37954 API tests for etag propagation
owncloud/core#37967 Refactor federation sharing tests for shares folder
owncloud/core#37973 Don't change the directory of the share target while deduplicating
owncloud/core#37972 sharing related etag tests
owncloud/core#37980 Refactor etag tests
owncloud/core#37981 skip scenarios on old oC10 that were fixed in PR 37973
owncloud/core#37983 test etag propagation when changes happen on public links
owncloud/core#37974 Refactored some oC10 bug demonstration scenarios in api test
This gets a set of sharing API scenarios enabled that should be able to work on OCIS. They share to a folder called
Shares
and the share receiver accepts the share, which are the defaults on OCIS.Also API tests for etags are added.
The list of expected failures is now longer. I raised issue owncloud/product#245 to review the list and add/update the comments so that they link to relevant issues.