mbeckerle commented on a change in pull request #277: Remove continue-on-error from github actions URL: https://github.com/apache/incubator-daffodil/pull/277#discussion_r335082675
########## File path: daffodil-lib/src/test/scala/org/apache/daffodil/xml/test/unit/TestXMLUtils.scala ########## @@ -284,7 +284,7 @@ class TestXMLUtils { @Test def testBlobDiff01() { val path1 = createBlobFile("A1B2C3") val path2 = createBlobFile("A1B2C3") - val diff = XMLUtils.computeBlobDiff("path", path1.toString, path2.toString) + val diff = XMLUtils.computeBlobDiff("path", path1.toUri.toString, path2.toUri.toString) Review comment: wasn't expecting these fixes in this PR. I'm ok with it, just isn't mentioned in the description. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services