[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

test::unit runner in eclipse rdt

bpettichord

2/13/2006 7:23:00 AM

When i run the Test::Unit runner inside eclipse RDT, sometimes i get a
grey bar instead of a green bar. Is the runner trying to tell me
something about my tests or is this just a display glitch? I don't have
any errors or failures.

This seems to happen repeatedly with particular tests and suites. I'm
using Eclipse 3.1.1 and RDT 0.6.0 and Ruby 1.8.2.

Bret

2 Answers

Dean Wampler

2/13/2006 2:23:00 PM

0

This is speculation, but I recall that when running Junit tests (i.e.,
Java), the grey bar indicates that execution never finished. For
example, if I was running under the debugger and I didn't allow all
the tests to finish. Could that be happening here?

dean

On 2/13/06, Bret Pettichord <bpettichord@gmail.com> wrote:
> When i run the Test::Unit runner inside eclipse RDT, sometimes i get a
> grey bar instead of a green bar. Is the runner trying to tell me
> something about my tests or is this just a display glitch? I don't have
> any errors or failures.
>
> This seems to happen repeatedly with particular tests and suites. I'm
> using Eclipse 3.1.1 and RDT 0.6.0 and Ruby 1.8.2.
>
> Bret
>
>
>


--
Dean Wampler
http://www.aspectprogr...
http://www.newa...
http://www.cont...


bpettichord

2/14/2006 3:11:00 AM

0

>This is speculation, but I recall that when running Junit tests (i.e.,
>Java), the grey bar indicates that execution never finished. For
>example, if I was running under the debugger and I didn't allow all
>the tests to finish. Could that be happening here?

I think that is it. I have some tests that exercise threads that spawn
processes and i think there may be a problem that they don't exit
correctly.