Skip to content

Commit

Permalink
Merge pull request #37972 from owncloud/sharingEtagPropagationTest
Browse files Browse the repository at this point in the history
[tests-only] sharing related etag tests
  • Loading branch information
phil-davis authored Oct 5, 2020
2 parents 15b17c5 + 21e0b99 commit 370c1ee
Show file tree
Hide file tree
Showing 12 changed files with 592 additions and 228 deletions.
3 changes: 2 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ config = {
'apiTranslation',
'apiTrashbin',
'apiVersions',
'apiWebdavEtagPropagation',
'apiWebdavEtagPropagation1',
'apiWebdavEtagPropagation2',
'apiWebdavLocks',
'apiWebdavLocks2',
'apiWebdavMove1',
Expand Down
19 changes: 17 additions & 2 deletions tests/acceptance/config/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -559,9 +559,9 @@ default:
- OccContext:
- PublicWebDavContext:

apiWebdavEtagPropagation:
apiWebdavEtagPropagation1:
paths:
- '%paths.base%/../features/apiWebdavEtagPropagation'
- '%paths.base%/../features/apiWebdavEtagPropagation1'
context: *common_ldap_suite_context
contexts:
- FeatureContext: *common_feature_context_params
Expand All @@ -571,6 +571,21 @@ default:
- PublicWebDavContext:
- FilesVersionsContext:
- WebDavPropertiesContext:
- AppConfigurationContext:

apiWebdavEtagPropagation2:
paths:
- '%paths.base%/../features/apiWebdavEtagPropagation2'
context: *common_ldap_suite_context
contexts:
- FeatureContext: *common_feature_context_params
- LoggingContext:
- OccContext:
- TrashbinContext:
- PublicWebDavContext:
- FilesVersionsContext:
- WebDavPropertiesContext:
- AppConfigurationContext:

apiTranslation:
paths:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions tests/acceptance/features/apiWebdavEtagPropagation/upload.feature

This file was deleted.

Loading

0 comments on commit 370c1ee

Please sign in to comment.