From 5d0071e7cad78384531e35dc6b4487de1468984f Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 28 Jan 2022 16:07:24 +0545 Subject: [PATCH] Bump core commit id to include core PR 39728 test changes --- .drone.env | 2 +- tests/acceptance/expected-failures-API-on-OCIS-storage.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.drone.env b/.drone.env index 01a8c970d2..5b69e488b9 100644 --- a/.drone.env +++ b/.drone.env @@ -1,5 +1,5 @@ # The test runner source for API tests -CORE_COMMITID=301b15ab733d67d6e1c58f26db5b4f5ce6623889 +CORE_COMMITID=0dadfbe475438dd97c192cb93643ef8d95b71faa CORE_BRANCH=master # The test runner source for UI tests diff --git a/tests/acceptance/expected-failures-API-on-OCIS-storage.md b/tests/acceptance/expected-failures-API-on-OCIS-storage.md index df4f4d5be8..c7844f2575 100644 --- a/tests/acceptance/expected-failures-API-on-OCIS-storage.md +++ b/tests/acceptance/expected-failures-API-on-OCIS-storage.md @@ -1525,6 +1525,8 @@ Not everything needs to be implemented for ocis. While the oc10 testsuite covers #### [moveShareInsideAnotherShare behaves differently on oCIS than oC10](https://github.com/owncloud/ocis/issues/3047) - [apiShareManagementToShares/moveShareInsideAnotherShare.feature:25](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareManagementToShares/moveShareInsideAnotherShare.feature#L25) -- [apiShareManagementToShares/moveShareInsideAnotherShare.feature:45](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareManagementToShares/moveShareInsideAnotherShare.feature#L45) -- [apiShareManagementToShares/moveShareInsideAnotherShare.feature:56](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareManagementToShares/moveShareInsideAnotherShare.feature#L56) -- [apiShareManagementToShares/moveShareInsideAnotherShare.feature:73](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareManagementToShares/moveShareInsideAnotherShare.feature#L73) +- [apiShareManagementToShares/moveShareInsideAnotherShare.feature:86](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareManagementToShares/moveShareInsideAnotherShare.feature#L86) +- [apiShareManagementToShares/moveShareInsideAnotherShare.feature:100](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareManagementToShares/moveShareInsideAnotherShare.feature#L100) + +Note: always have an empty line at the end of this file. +The bash script that processes this file requires that the last line has a newline on the end.