olabusayoT commented on code in PR #1047:
URL: https://github.com/apache/daffodil/pull/1047#discussion_r1261460627


##########
daffodil-cli/src/test/scala/org/apache/daffodil/cli/cliTest/TestCLItdml.scala:
##########
@@ -110,6 +110,16 @@ class TestCLItdml {
     }(ExitCode.Success)
   }
 
+  @Test def test_CLI_Tdml_Trace_singleTest(): Unit = {
+    val tdml = path(
+      
"daffodil-test/src/test/resources/org/apache/daffodil/section06/entities/Entities.tdml",
+    )
+
+    runCLI(args"-t test $tdml byte_entities_6_08") { cli =>
+      cli.expect("[Pass] byte_entities_6_08")

Review Comment:
   Done



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