olabusayoT commented on code in PR #1479: URL: https://github.com/apache/daffodil/pull/1479#discussion_r2208362832
########## daffodil-tdml-lib/src/main/scala/org/apache/daffodil/tdml/TDMLRunner.scala: ########## @@ -1363,16 +1382,16 @@ case class ParserTestCase(ptc: NodeSeq, parentArg: DFDLTestSuite) lengthLimitInBits: Long, warnings: Option[Seq[ExpectedWarnings]], validationErrors: Option[Seq[ExpectedValidationErrors]], - validationMode: ValidationMode.Type, + validator: api.validation.Validator, roundTripArg: RoundTrip, implString: Option[String], - compileWarnings: Seq[Diagnostic] + compileWarnings: Seq[api.Diagnostic] ): Unit = { val roundTrip = roundTripArg // change to OnePassRoundTrip to force all parse tests to round trip (to see which fail to round trip) - processor = processor.withValidationMode(validationMode) + processor = processor.withValidator(validator) Review Comment: Daffodil-3010 -- 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: commits-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org