Re: [JBoss-dev] Jboss test - understand results

2001-06-05 Thread Chris Kimpton

Hi Jay,

>
>Is there any documentation on how to understand the output from the test
>module?  I have a hard time making sense out of the output, things like
>tests numbered 90-105 or something and then it'll print out 9 tests 0
>failures 2 errors.  What does this mean?  Other than perhaps I broke
>something and I need to fix it!
>

Welcome to the world of junit - If its new to you, have a look at 
http://www.junit.org/


>Is there a document which shows what the output is supposed to be?  I see
>the .xml files which seem to have exceptions in them.  Is that the place to
>start trying to figure out what has gone wrong?
>

The tests detail internally what the expected results should be, using 
assertions.  Thus the expected results in the xml files is errors 0, 
failures 0!

I run a daily clean build and test and document the results on this site:

http://lubega.com

A week or so back, we were down to 4 problems - we are now at 20 or so - 
although I think the main problem is that the client jars in the jbosstest 
module are out of synch with the jboss module...

Chris
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Jboss test - understand results

2001-06-04 Thread Jay Walters

Is there any documentation on how to understand the output from the test
module?  I have a hard time making sense out of the output, things like
tests numbered 90-105 or something and then it'll print out 9 tests 0
failures 2 errors.  What does this mean?  Other than perhaps I broke
something and I need to fix it!

Is there a document which shows what the output is supposed to be?  I see
the .xml files which seem to have exceptions in them.  Is that the place to
start trying to figure out what has gone wrong?

Cheers

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development