hi ...
im always ending up on the following error the moment the application
tries to start the unit-tests ...
java.lang.NoSuchMethodError:
junit.framework.TestCase.name()Ljava/lang/String;
at
org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter.startTest(XMLJUnitResultFormatter.java:186)
at junit.framework.TestResult.startTest(TestResult.java:151)
at junit.framework.TestResult.run(TestResult.java:103)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:231)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:409)
Exception in thread "main"
TEST de.jamba.dating.messaging.test.web.MessagingManagerTest FAILED
anyone hat these experiences before ???
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]