mbeckerle commented on a change in pull request #12: Revised daffodil-io module 
to require passing in a FormatInfo object.
URL: https://github.com/apache/incubator-daffodil/pull/12#discussion_r157904156
 
 

 ##########
 File path: 
daffodil-cli/src/test/scala-cli/edu/illinois/ncsa/daffodil/debugger/TestCLIDebugger.scala
 ##########
 @@ -237,15 +237,15 @@ class TestCLIdebugger {
       shell.expect(contains("debug"))
 
       shell.sendLine("info data")
-      shell.expect(contains("0,1,2,3,4,5,6"))
+      shell.expect(contains("0~,~1~,~2~,~3~,~4~,~5~,~6~"))
 
 Review comment:
   Not actually sure what caused this change to be needed. Somehow the 
DataInputStream has lost the ability to detect that it can use single-byte 
characters in the debug display. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to