>>>
>>
>> Out of curiosity, what does the skipped count means ? Are these
>> failing and ignored tests ?
>>
>> --
>> Luciano Resende
>> http://people.apache.org/~lresende
>> http://twitter.com/lresende1975
>> http://lresende.blogspot.com/
>>
>
> Good question. I think it's just an artifact of how we are running the
> tests but I'll check.
>
> Simon
>
> --
> Apache Tuscany committer: tuscany.apache.org
> Co-author of a book about Tuscany and SCA: tuscanyinaction.com
>

Looking at the otest JUnit test cases they generally have an ignored
test commented as follows....

    /**
     * Dummy method to ensure that things work with JUnit 3 eg within
Eclipse Ganymede
     */
    @Ignore
    @Test
    public void testFoo() throws Exception {    
    }

So it seems that the ignored tests are really ignored tests.

This does mean that the number of tests I quotes is probably double
what it really is (I just totted up the reported number of tests).

Simon

-- 
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com

Reply via email to