[PR] Fix UnparsedEntityCheckingTest: remove leftover Runtime Exception [xerces-j]
elharo (via GitHub) <[email protected]> Fri, 17 Jul 2026 15:01:54 -0000
| Newsgroups | gmane.text.xml.xerces-j.devel |
|---|---|
| Message-ID | <[email protected]> |
elharo opened a new pull request, #115: URL: https://github.com/apache/xerces-j/pull/115 `testDefaultValid()` in `UnparsedEntityCheckingTest` had a leftover `throw new RuntimeException();` after `checkDefault()` at line 58, which caused the test to always fail with an error. This was likely left over from development/debugging. Removed the throw statement so the test properly passes when validation succeeds. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]