pkatlic commented on code in PR #1253:
URL: https://github.com/apache/daffodil/pull/1253#discussion_r1626498660


##########
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:
   Thank you for the explanation, that makes sense and answers my question.



-- 
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]

Reply via email to