stevedlawrence commented on code in PR #1333:
URL: https://github.com/apache/daffodil/pull/1333#discussion_r1797249316
##########
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:
I don't think the integration tests use the same classpath used for normal
tests with SBT/IDE. These tests fork witha completely custom classpath, so
changes to the SBT config shouldn't affect, I think...
--
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]