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

No tests for org.xmlresolver.adapters.SAXAdapter#getExternalSubset(String, String) #174

Open
jarl-dk opened this issue Feb 8, 2024 · 0 comments

Comments

@jarl-dk
Copy link
Contributor

jarl-dk commented Feb 8, 2024

I see no tests for org.xmlresolver.adapters.SAXAdapter#getExternalSubset(String, String) nor the deprecated org.xmlresolver.Resolver#getExternalSubset(String, String).

I have a small at that uses org.xmlresolver.Resolver#getExternalSubset(String, String) and works, but when migrating to 6.0.x using org.xmlresolver.adapters.SAXAdapter#getExternalSubset(String, String) it breaks.

If you could make a small test case triggering this methods. I could probably add a new scenario hitting the issue that I experience with 6.0.x interface.

Please add a test case for the implementation ofvorg.xml.sax.ext.EntityResolver2#getExternalSubset(String, String).

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

No branches or pull requests

1 participant