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_r158391988
########## File path: daffodil-test/src/test/scala-debug/edu/illinois/ncsa/daffodil/section00/general/TestUnparserGeneralDebug.scala ########## @@ -57,5 +57,5 @@ class TestUnparserGeneralDebug { @Test def test_puaInfosetChars_03() { runner.runOneTest("puaInfosetChars_03") } @Test def test_puaInfosetChars_04() { runner.runOneTest("puaInfosetChars_04") } - @Test def test_bitOrderOVC1() = { runner2.runOneTest("bitOrderOVC1") } + @Test def test_bitOrderOVC1() = { runner2.trace.runOneTest("bitOrderOVC1") } Review comment: passes now. ---------------------------------------------------------------- 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