You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RepairingNsStreamWriter perhaps has a general problem with attribute access, because it does not see a required attribute that is set in the input document.
This can be reproduced by adapting wstxtest.vstream.TestRelaxNG.testPartialValidationOk() a reproducer PR follows.
ppalaga
added a commit
to ppalaga/woodstox
that referenced
this issue
Jan 13, 2024
The same scenario is passing for
ValidatingStreamReader
in the following test:woodstox/src/test/java/wstxtest/vstream/TestInvalidAttributeValue.java
Lines 21 to 56 in 5ba99cd
When the test is adapted for
SimpleNsStreamWriter
it still works.But when the test is adapted for
RepairingNsStreamWriter
it does not work anymore.The PR with a reproducer follows.
The text was updated successfully, but these errors were encountered: