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

[zend-openid] fix for Zend_OpenId_Consumer_Storage_File when symlinks are not used (i.e. on windows) #148

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

falkenhawk
Copy link
Member

fix for Zend_OpenId_Consumer_Storage_File when symlinks are not used (i.e. on windows) One of the files created in Zend_OpenId_Consumer_Storage_File::addAssociations() was being deleted for some unknown reason, but Zend_OpenId_Consumer relies on it to be there.

Fixes errors in OpenId tests when running on windows. i.a.

Zend_Auth_Adapter_OpenIdTest::testAuthenticateLoginValid
Failed asserting that false is true.

fix for `Zend_OpenId_Consumer_Storage_File` when symlinks are not used (i.e. on windows)
One of the files created in `Zend_OpenId_Consumer_Storage_File::addAssociations()` was being deleted for some unknown reason, but `Zend_OpenId_Consumer` relies on it to be there.

Fixes errors in OpenId tests when running on windows. i.a.
```
Zend_Auth_Adapter_OpenIdTest::testAuthenticateLoginValid
Failed asserting that false is true.
```
@falkenhawk falkenhawk assigned marcing and partikus and unassigned marcing and partikus Nov 28, 2022
@falkenhawk falkenhawk merged commit 2a60786 into master Nov 28, 2022
@falkenhawk falkenhawk deleted the fix-openid-windows branch November 28, 2022 16:43
@falkenhawk falkenhawk mentioned this pull request Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants