On Nov 27, 2006, at 2:16 PM, Prasad Kashyap wrote:

On 11/27/06, David Blevins <[EMAIL PROTECTED]> wrote:

On Nov 21, 2006, at 3:04 PM, Prasad Kashyap wrote:

> 2) The tests fail with the following exception -
> http://rifers.org/paste/show/2456

This looks like a problem with surefire.  These test classes run fine
in the released version of surefire, but looks like something broke
in the snapshot version you're using.  It's trying to call getName()
on instances of junit.framework.Test and that interface does not have
getName().  Seems they've decided to code in the assumption that all
tests are subclasses of the TestCase abstract class.  They need to
unbreak surefire.

If you use the released version it should work.

The releasd version of surefire doesn't support TestNG. So we are
forced to go with this 2.8-SNAPSHOT :-(

http://rifers.org/paste/show/2456

I believe Dain once saw and fixed this getName() problem with some
other openejb tests.

Dain, can you please help us fix this ?

I added a getName() method and published new binaries. It may help you get farther.

-David



-David


Thanx
Prasad


Reply via email to