Are you using Test::Unit::Reporter?  It could be useful to put
together a small demo script that will demonstrate the problem.

So it sounds like you have a test that is expected to fail, and it's
not failing?  (Or is it that the script is behaving properly, but the
report does not have the correct result for the test?)

Which assert method are you using?  Might be something that could be
easily fixed...


On 9/21/06, Luke <[EMAIL PROTECTED]> wrote:
> I have test, I use assert method and in the end I generate report for this
> test case, the problem is that when I put 'rescue=>e' statement I catch
> exception and report shows that test pass, if I remove rescue block, then in
> report I have error in appropriate colum,  but still when test is suppose to
> fail, failure column in report is empty, can you tell me how can I get
> information when test was done and when fail and present it in report? now
> I put log to file if assert fails
>
> Luke
>
> _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general
>
>
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to