jw3 commented on a change in pull request #463:
URL: https://github.com/apache/incubator-daffodil/pull/463#discussion_r560172664
##########
File path:
daffodil-test/src/test/resources/org/apache/daffodil/section02/schema_definition_errors/SchemaDefinitionErrors.tdml
##########
@@ -203,9 +203,11 @@
description="">
<tdml:document><![CDATA[test]]></tdml:document>
- <tdml:errors>
- <tdml:error />
- </tdml:errors>
+ <tdml:infoset>
+ <tdml:dfdlInfoset>
+ <elem>test</elem>
+ </tdml:dfdlInfoset>
+ </tdml:infoset>
Review comment:
Ah, ok. Handling the diagnostics output on stderr in the cli tests must
have had me thinking this was checked, but I see what you mean now.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]