mbeckerle commented on a change in pull request #140: TDML Runner and test
changes for Cross Validation with IBM.
URL: https://github.com/apache/incubator-daffodil/pull/140#discussion_r234707371
##########
File path: daffodil-cli/src/main/scala/org/apache/daffodil/Main.scala
##########
@@ -1227,7 +1226,7 @@ object Main extends Logging {
println(formatStr.format(headers: _*))
tests.foreach { testPair =>
testPair match {
- case (name, Some(test)) => println(formatStr.format(name,
test.model, test.root, test.description))
+ case (name, Some(test)) => println(formatStr.format(name,
test.model, test.rootName, test.description))
case (name, None) => println(formatStr.format(name, "[Not
Found]", "", ""))
}
Review comment:
Yes. Was hoping you'd point out exactly where this is needed. :-)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services