<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">When I run a unit test the results are displayed poorly:<DIV><BR class="khtml-block-placeholder"></DIV><DIV><FONT class="Apple-style-span" face="Lucida Grande" size="4"><SPAN class="Apple-style-span" style="font-size: 13.3px;">Loaded suite /Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby.tmbundle/Support/tmruby Started .F Finished in 0.008257 seconds. 1) Failure: test_outOfRange(TestIntTypes) [/Users/dave/Chips/DES/bitsteam/decoder/tests/tc_intTypes.rb:40]: exception expected but was Class: Message: <"uint4 t_uint4 has value: -1 (out of expected range)"> ---Backtrace--- (eval):4:in `t_uint4=' /Users/dave/Chips/DES/bitsteam/decoder/tests/tc_intTypes.rb:40:in `test_outOfRange' /Users/dave/Chips/DES/bitsteam/decoder/tests/tc_intTypes.rb:40:in `test_outOfRange' --------------- 2 tests, 12 assertions, 1 failures, 0 errors</SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Lucida Grande" size="4"><SPAN class="Apple-style-span" style="font-size: 13.3px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV>- it looks like the \n are being ignored.  I run the tests by using command R in the test file.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>When I run from the terminal I get:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Loaded suite tc_intTypes</DIV><DIV>Started</DIV><DIV>.F</DIV><DIV>Finished in 0.015976 seconds.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>  1) Failure:</DIV><DIV>test_outOfRange(TestIntTypes) [tc_intTypes.rb:40]:</DIV><DIV><SyntaxElementError> exception expected but was</DIV><DIV>Class: <RuntimeError></DIV><DIV>Message: <"uint4 t_uint4 has value: -1 (out of expected range)"></DIV><DIV>---Backtrace---</DIV><DIV>(eval):4:in `t_uint4='</DIV><DIV>tc_intTypes.rb:40:in `test_outOfRange'</DIV><DIV>tc_intTypes.rb:40:in `test_outOfRange'</DIV><DIV>---------------</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>2 tests, 12 assertions, 1 failures, 0 errors</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Do I have something configured wrong?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Thanks,</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Dave.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV></BODY></HTML>