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

Increase the number of operators an XPath expression can contain during tests #260

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

jrha
Copy link
Member

@jrha jrha commented Oct 23, 2024

The @expect lines in the Pan unit tests contain very large xpath expressions which cannot be used with the default of 10.

Resolves #259.

@jrha jrha added this to the 10.9 milestone Oct 23, 2024
…ng testing

The @expect lines in the Pan unit tests contain very large xpath
expressions which cannot be used with the default of 10.
@jrha jrha changed the title Increase the number of operators an XPath expression can contain Increase the number of operators an XPath expression can contain during tests Oct 23, 2024
@jrha
Copy link
Member Author

jrha commented Oct 28, 2024

@ned21 this fixes the underlying cause of the test failures.

@jrha jrha merged commit 0f034fb into master Nov 4, 2024
4 checks passed
@jrha jrha deleted the xpath_limits branch November 4, 2024 11:10
@jrha jrha modified the milestones: 10.9, 10.8 Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Tests fail with invalid xpath expressions on recent Java versions
2 participants