[Bug] SUnitToo forgets failed tests

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug] SUnitToo forgets failed tests

Ladislav Lenart
Hi,

It seems to me that SUnitToo (version 18, xp; 5.12.2005) somehow forgets
failed tests.
When I run tests in our image I get the following results: 'Failed: 760
run, 0 failed, 38 errors'.
But when I click on 'List defects' button I see only 8 methods.
When I click on 'Run defects' I get 'Failed: 38 run, 0 failed, 38
errors' but when I list them, I see the same 8 methods as before.

Is this a known issue or I am just missing something?

Thanks,

Ladislav Lenart

Reply | Threaded
Open this post in threaded view
|

Re: [Bug] SUnitToo forgets failed tests

Ladislav Lenart
Ladislav Lenart wrote:

> Hi,
>
> It seems to me that SUnitToo (version 18, xp; 5.12.2005) somehow
> forgets failed tests.
> When I run tests in our image I get the following results: 'Failed:
> 760 run, 0 failed, 38 errors'.
> But when I click on 'List defects' button I see only 8 methods.
> When I click on 'Run defects' I get 'Failed: 38 run, 0 failed, 38
> errors' but when I list them, I see the same 8 methods as before.
>
> Is this a known issue or I am just missing something?
>
> Thanks,
>
> Ladislav Lenart
>
>
>
Sorry to bother you all with this, I have just figured it out myself.
The thing is that we call inherited tests and such test can fail many
times but will be listed only once for the class where it is defined.
Nevertheless it would be cool if I could see all such tests in the
browser...

Ladislav Lenart