[Oorexx-devel] Unit test line numbers using truck build.

2010-04-25 Thread Rick McGuire
Mark, I suspect the changes I made to the tracebacks has messed up the failure reporting in the unit test framework. Everything is reporting the failure location as line 66. I'll try to take a look at this, but can you give me a pointer as to where I can find the code that handles this? Rick

Re: [Oorexx-devel] Unit test line numbers using truck build.

2010-04-25 Thread Mark Miesfeld
On Sun, Apr 25, 2010 at 9:57 AM, Rick McGuire object.r...@gmail.com wrote: I suspect the changes I made to the tracebacks has messed up the failure reporting in the unit test framework.  Everything is reporting the failure location as line 66.  I'll try to take a look at this, but can you

Re: [Oorexx-devel] Unit test line numbers using truck build.

2010-04-25 Thread Mark Miesfeld
Rick, Looking a little closer, I think that I put in the conditionObjectLineNumber() method as a fix to the line number problem introduced after you traceback changes. I only put in test trunk, not in the branches. In particular, the 4.0.1 branch does not have it. I believe that:

Re: [Oorexx-devel] Unit test line numbers using truck build.

2010-04-25 Thread Rick McGuire
Mark, You're correct. It turns out, I was reading the results incorrectly. Line 66 was the line in the testgroup and the error was an assertion failure. It just took me so long to get past that first assertion that I assumed the 66 was in error :-) Rick On Sun, Apr 25, 2010 at 2:15 PM, Mark