On Nov 27, 2006, at 3:45 PM, David Blevins wrote:


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

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

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.


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


Prasad, you getting any farther on this? Did the added getName() method do the trick?

-David



Reply via email to