I had a test case that was working yesterday, and now I'm getting the
following error - any offhand tips?

     [echo] Testing web...
    [junit] java.lang.NoSuchMethodError:
junit.framework.TestCase.name()Ljava/lang/String;
    [junit]     at
org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter.sta
rtTest(XMLJUnitResultFormatte
r.java:186)
    [junit]     at
junit.framework.TestResult.startTest(TestResult.java:151)
    [junit]     at junit.framework.TestResult.run(TestResult.java:103)
    [junit]     at junit.framework.TestCase.run(TestCase.java:118)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit]     at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
stRunner.java:231)
    [junit]     at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
estRunner.java:409)
    [junit] Exception in thread "main"
    [junit] TEST org.apache.webapp.actions.LoginServletTest FAILED

Reply via email to