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

Re-enable disabled Test_Author_Queries tests #546

Merged
merged 2 commits into from
Jun 18, 2018
Merged

Re-enable disabled Test_Author_Queries tests #546

merged 2 commits into from
Jun 18, 2018

Conversation

TheCrowned
Copy link
Contributor

This fixes #538.

Test_Author_Queries->test__author_arg__user_is_coauthor__author_arg() and Test_Author_Queries->tests__author_name_arg_plus_tax_query__is_coauthor() had been deactivated because failed. I was looking at the reason why that should be the case (even before trying to execute them), and I couldn't find any - it all looked okay! Then I simply re-activated them without changing anything, and it looks like they work fine!

The issues in the code that prevented them from working were fixed in #388 (in particular, fd08f52) for the first test, and #376 (in particular, 786777a) for the second test, I believe.

I tried to run PHPUnit after re-enabling both, and it just went through smoothly!

screenshot from 2018-06-15 15-54-15

@TheCrowned TheCrowned changed the title Fix/538 re enable tests Re-enable disabled Test_Author_Queries tests Jun 15, 2018
Copy link
Contributor

@sboisvert sboisvert left a comment

Choose a reason for hiding this comment

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

Good detective work on this!

@sboisvert sboisvert merged commit d63ab9b into Automattic:master Jun 18, 2018
rebeccahum pushed a commit that referenced this pull request Mar 26, 2019
Re-enable disabled Test_Author_Queries tests
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.

Tests skipped because broken, need to re-enable them
2 participants