Merge pull request #1155 from owncloud/bump-test-commit-ids-20201223

[tests-only] Bump core commit id for tests
This commit is contained in:
Phil Davis
2020-12-28 12:47:23 +05:45
committed by GitHub
3 changed files with 36 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# The test runner source for API tests
CORE_COMMITID=38c91e5cf5fc4ffdc0536ba1d147a2a618ef83b5
CORE_COMMITID=32f41e237657ea93b341321a4e3c6e4644b57c13
CORE_BRANCH=master
# The test runner source for UI tests
WEB_COMMITID=3cab4e32bca513f14f59127a0387b44a409763a3
WEB_COMMITID=be075d4a806673a0dd2a93e5f0d8f13516a39a34
WEB_BRANCH=master

View File

@@ -2555,3 +2555,22 @@ apiWebdavUploadTUS/uploadFile.feature:142
# https://github.com/owncloud/ocis/issues/1141 upload a file using TUS resource URL as an other user should not work
apiWebdavUploadTUS/uploadFile.feature:155
apiWebdavUploadTUS/uploadFile.feature:156
# https://github.com/owncloud/ocis/issues/903 Share lists deleted user as 'user'
apiShareManagementBasicToShares/createShareToSharesFolder.feature:632
apiShareManagementBasicToShares/createShareToSharesFolder.feature:633
# https://github.com/owncloud/ocis/issues/1126 share owner cannot delete other user's files
apiShareUpdateToShares/updateShare.feature:384
apiShareUpdateToShares/updateShare.feature:385
# https://github.com/owncloud/ocis/issues/541 Deletion time in trash bin shows a wrong date
apiTrashbin/trashbinFilesFolders.feature:284
apiTrashbin/trashbinFilesFolders.feature:285
# https://github.com/owncloud/ocis/issues/763 reading a file that a collaborator uploaded is impossible
apiShareOperationsToShares/uploadToShare.feature:279
apiShareOperationsToShares/uploadToShare.feature:280
# https://github.com/owncloud/ocis/issues/766 [OCIS-storage] overwriting a file as share receiver, does not create a new file version for the sharer
apiVersions/fileVersionsSharingToShares.feature:291

View File

@@ -2484,3 +2484,18 @@ apiWebdavUploadTUS/uploadFile.feature:142
# https://github.com/owncloud/ocis/issues/1141 upload a file using TUS resource URL as an other user should not work
apiWebdavUploadTUS/uploadFile.feature:155
apiWebdavUploadTUS/uploadFile.feature:156
# https://github.com/owncloud/ocis/issues/903 Share lists deleted user as 'user'
apiShareManagementBasicToShares/createShareToSharesFolder.feature:632
apiShareManagementBasicToShares/createShareToSharesFolder.feature:633
# https://github.com/owncloud/ocis/issues/1126 share owner cannot delete other user's files
apiShareUpdateToShares/updateShare.feature:384
apiShareUpdateToShares/updateShare.feature:385
# https://github.com/owncloud/ocis/issues/541 Deletion time in trash bin shows a wrong date
apiTrashbin/trashbinFilesFolders.feature:284
apiTrashbin/trashbinFilesFolders.feature:285
# https://github.com/owncloud/ocis/issues/763 reading a file that a collaborator uploaded is impossible
apiShareOperationsToShares/uploadToShare.feature:280