stevedlawrence commented on code in PR #1333:
URL: https://github.com/apache/daffodil/pull/1333#discussion_r1797208911
##########
daffodil-test-integration/src/test/scala/org/apache/daffodil/cliTest/TestCLIUdfs.scala:
##########
@@ -64,8 +64,9 @@ class TestCLIUdfs {
val schema = path(
"daffodil-udf/src/test/resources/org/apache/daffodil/udf/genericUdfSchema.xsd"
)
+ val classpath = udfClasspath()
- runCLI(args"-v parse -s $schema -r user_func1") { cli =>
+ runCLI(args"-v parse -s $schema -r user_func1", classpath) { cli =>
Review Comment:
Was it intentional to not add the udfClasspath for this tests since this
test is about not having any UDF's? Probably worth adding a comment to make
that clear.
Though, I would have expected the CLI to succeed with UDF's on the classpath
so maybe I'm missing something?
--
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]