Well, thank you! I've converted my test suite to a standard JUnit testsuite and everything run as it should
My best regards David -----Original Message----- From: J. B. Rainsberger [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 10:24 AM To: Cactus Users List Subject: Re: Every failure leads to an error David Lemieux (QC/EMC) wrote: > Hi, > > Thanks for checking on my problem. > > I was calling a SessionBean in other test in the same class. Maybe that's it. > I stripped everything that might be useful. > Here is the whole file. Your test case class inherits from ServletTestCase *and* you wrap the corresponding suite in a ServletTestSuite. Do one or the other, but not both, and see what happens. -- J. B. Rainsberger, Diaspar Software Services http://www.diasparsoftware.com :: +1 416 791-8603 Let's write software that people understand --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
