-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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]Fix tests related to the identical received shares #40393
[tests-only]Fix tests related to the identical received shares #40393
Conversation
💥 Acceptance tests pipeline apiProxySmoke-8-3-mariadb10.2-php7.4 failed. The build has been cancelled. |
67dee09
to
3505a4b
Compare
5cc0971
to
e81dfd4
Compare
...s/acceptance/features/apiShareCreateSpecialToRoot1/createShareReceivedInMultipleWays.feature
Show resolved
Hide resolved
@@ -2092,7 +2092,7 @@ public function checkElementList( | |||
"//d:response/d:href[text() = \"$webdavPath\"]" | |||
); | |||
if ($expectedToBeListed | |||
&& (!isset($element[0]) || $element[0]->__toString() !== $webdavPath) | |||
&& (!isset($element[0]) || urldecode($element[0]->__toString()) !== urldecode($webdavPath)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
decoded here as suggested by owncloud/ocis#4676 (comment)
tests/acceptance/features/apiShareCreateSpecialToShares1/createShareUniqueReceivedNames.feature
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
tests/acceptance/features/apiShareManagementToShares/acceptShares.feature
Outdated
Show resolved
Hide resolved
634142f
to
211f0b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
211f0b7
to
63c2f17
Compare
tests/acceptance/features/apiShareManagementToShares/acceptShares.feature
Show resolved
Hide resolved
All the tests are passing in full-ci expect the |
63c2f17
to
72e2cea
Compare
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: