mbeckerle commented on code in PR #1067:
URL: https://github.com/apache/daffodil/pull/1067#discussion_r1296185365


##########
daffodil-cli/src/test/scala/org/apache/daffodil/cli/cliTest/TestCLIParsing.scala:
##########
@@ -669,6 +669,24 @@ class TestCLIParsing {
     }(ExitCode.Success)
   }
 
+  @Test def test_DFDL_1203_schema_from_absolute_path(): Unit = {
+    // This test makes sure a schema can be compiled from an absolute path on 
the filesystem
+    val schema = path(
+      
"daffodil-cli/src/test/resources/org/apache/daffodil/cli/global_element.dfdl.xsd",
+    ).toAbsolutePath

Review Comment:
   Is this going to be a MS-Windows style path when this test is run on Windows?
   I honestly did not know that. I assumed Java paths were somehow portable 
things at that point. 
   If so, please add comment like // on MS Windows this will be a windows-style 
path with backslash separators. 



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