pkatlic commented on code in PR #1253:
URL: https://github.com/apache/daffodil/pull/1253#discussion_r1626083885
##########
daffodil-tdml-lib/src/main/scala/org/apache/daffodil/tdml/TDMLRunner.scala:
##########
@@ -904,6 +900,7 @@ abstract class TestCase(testCaseXML: NodeSeq, val parent:
DFDLTestSuite) {
val useSerializedProcessor =
if (validationMode == ValidationMode.Full) false
+ else if (defaultValidationMode == ValidationMode.Full) false
Review Comment:
Would this override validationMode given a defaultValidationMode of Full?
For example, if the validationMode is set to Off should useSerializedProcessor
return true even if the defaultValidationMode is Full?
--
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]