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

avoid testing nokogiri's server-side attribute patch when using system libxml2 #199

Merged

Conversation

flavorjones
Copy link
Contributor

This change to the test suite looks at Nokogiri::VERSION_INFO to see if it's using a system distro libxml2, or if it's using the vendored, patched version that Nokogiri ships.

Only if the vendored, patched version if being used will the patch-related tests be run.

Related to #198

@flavorjones flavorjones force-pushed the flavorjones-skip-nokogiri-patch-tests branch from 9277a1c to 21da9b6 Compare April 30, 2020 13:49
@rgrove rgrove merged commit c90bcb1 into rgrove:master Apr 30, 2020
@rgrove
Copy link
Owner

rgrove commented Apr 30, 2020

Thanks! 🎉

@flavorjones flavorjones deleted the flavorjones-skip-nokogiri-patch-tests branch April 30, 2020 19:20
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.

None yet

2 participants