I tried the 1.5dev ServletTestSuite solution without success. Running an
ant junit task on the TestCase described in this thread yields the
result:

testXXX(org.apache.cactus.ServletTestCase)junit.framework.AssertionFaile
dError: Method [testXXX()] does not exist for class
[org.apache.cactus.ServletTestCase].
 at
org.apache.cactus.AbstractTestCase.runServerTest(AbstractTestCase.java:3
22)
 at
org.apache.cactus.AbstractTestCase.runBareServerTest(AbstractTestCase.ja
va:235)
 at
org.apache.cactus.server.AbstractWebTestCaller.doTest(AbstractWebTestCal
ler.java:149)
...

The cactus client transmits the ServletTestCase wrapper class name in
the web request rather than the wrapped TestCase class name.

Do I need to configure cactus differently to enable use of
ServletTestCase?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to