On Thu, Oct 9, 2008 at 7:21 AM, Mark Miesfeld <[EMAIL PROTECTED]> wrote:

> ::method test_MarksMadeUpExit
>
>  output = .array~new
>  cmd = 'reverseAndExit -r "trap door"'
>
>  ret = issueCmd(cmd, output)
>
>  -- reverseAndExit with r option returns
>  -- number of chars in string
>  self~assertEqual(9, ret)
>
>  -- self~assertSame("rood part", output[1])

Well that last line wasn't meant to be commented out, it should have been:

self~assertSame("rood part", output[1])

--
Mark Miesfeld

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to