stevedlawrence commented on code in PR #1359:
URL: https://github.com/apache/daffodil/pull/1359#discussion_r1827741620
##########
daffodil-test/src/test/resources/org/apache/daffodil/section05/simple_types/SimpleTypes.tdml:
##########
@@ -6283,7 +6285,19 @@
<tdml:document><![CDATA[2001-03-35]]></tdml:document>
<tdml:errors>
- <tdml:error/>
+ <tdml:error>Unable to parse</tdml:error>
+ <tdml:error>2001-03-35</tdml:error>
+ <tdml:error>valid range</tdml:error>
Review Comment:
It looks like this tests already failed, it's just updated to include an
error message. Did `calendarCheckPolicy="strict" already correctly fail to
parse this in certain cases, or was the existing error something else? We had a
report that this exact kind of test would successfully parse even with a strict
policy.
--
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]