tuxji commented on code in PR #1067:
URL: https://github.com/apache/daffodil/pull/1067#discussion_r1293789867
##########
daffodil-tdml-processor/src/test/scala/org/apache/daffodil/processor/tdml/TestDaffodilC.scala:
##########
@@ -218,7 +218,6 @@ class TestDaffodilC {
cr match {
case Left(diagnostics) => fail(s"getProcessor failed:
${diagnostics.mkString}")
case Right((diagnostics, tdmlDFDLProcessor)) =>
- assert(diagnostics.isEmpty)
Review Comment:
We should fix the relative schemaLocation causing the schema compile-time
warning if possible. If not, let's remove `diagnostics.isEmpty` to make the
test more robust.
--
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]