From: Simon Strandgaard Date: 2004-02-03T01:04:54+09:00 Subject: Re: test::unit caller stack feature request On Mon, 02 Feb 2004 16:51:53 +0100, Simon Strandgaard wrote: > rescue => e > actual = e.inspect + " " + e.backtrace.join("\n") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Ok I found my problem. don't output the backtrace! Solved > actual_str = actual > end Thanks for the help :-) -- Simon Strandgaard