You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "mike-mcgann (via GitHub)" <gi...@apache.org> on 2023/02/15 15:14:33 UTC

[GitHub] [daffodil] mike-mcgann commented on a diff in pull request #965: Format test and sbt files

mike-mcgann commented on code in PR #965:
URL: https://github.com/apache/daffodil/pull/965#discussion_r1107258885


##########
daffodil-cli/src/test/scala/org/apache/daffodil/cli/cliTest/TestBlob.scala:
##########
@@ -110,19 +111,23 @@ class TestBlob {
    *
    ***/
   @Test def test_2GB_blob(): Unit = {
-    val schema = path("daffodil-cli/src/test/resources/org/apache/daffodil/cli/large_blob.dfdl.xsd")
+    val schema = path(
+      "daffodil-cli/src/test/resources/org/apache/daffodil/cli/large_blob.dfdl.xsd",
+    )

Review Comment:
   Or maybe define prefixes in a constant and reference that later:
   
   ```scala
   val cliTestResources = "daffodil-cli/src/test/resources/org/apache/daffodil/cli"
   
   val schema = path(s"{cliTestResources}/large_blob.dfdl.xsd"`)
   ```



-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org