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

[tests-only] sharing related etag tests #37972

Merged
merged 2 commits into from
Oct 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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