Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bumped Moq to v4.18.4 #5498

Merged
merged 1 commit into from
Jan 24, 2023
Merged

Conversation

valadas
Copy link
Contributor

@valadas valadas commented Jan 19, 2023

Supercedes #5497

This properly bumps Moq to v4.18.4.
Also fixes multiple unit tests due to this change or other reasons. One of the main reasons was that there was multiple tests that only tested a method was calling another overload of the same class. This was a very poor test to begin with and it looks like the new Moq did not like that anyway. I adjusted those tests so they actually test the effects of calling such method.

I believe there might still be one test failing but I am too tired right now to handle that one. I am sending this PR to test how CI likes it, but please don't merge it until all the tests pass (well the ones we run anyway)...

This properly bumps Moq to v4.18.4.
Also fixes multiple unit tests due to this change or other reasons. One of the main reasons was that there was multiple tests that only tested a method was calling another overload of the same class. This was a very poor test to begin with and it looks like the new Moq did not like that anyway. I adjusted those tests so they actually test the effects of calling such method.

I believe there might still be one test failing but I am too tired right now to handle that one. I am sending this PR to test how CI likes it, but please don't merge it until all the tests pass (well the ones we run anyway)...
@valadas valadas added this to the 9.11.1 milestone Jan 19, 2023
@valadas
Copy link
Contributor Author

valadas commented Jan 19, 2023

Oh well, they all passed. Good for review then :)

Copy link
Contributor

@bdukes bdukes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work, thanks for fixing those!

@mitchelsellers mitchelsellers merged commit 78bc5be into dnnsoftware:develop Jan 24, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants