That did the trick. Thanks very much to both of you. Ron
-----Original Message----- From: J. B. Rainsberger [mailto:[EMAIL PROTECTED] Sent: March 5, 2004 4:12 PM To: Cactus Users List Subject: Re: problem with Weblogic 8.1 Ron Roth wrote: > Hello, > I'm trying to set up a cactus framework with Weblogic 8.1 and I'm running into an > AssertionFailedException that I can't figure out. Any help would be appreciated. > > Here's my test case code: > > public class NetworkAddressCactus extends TestCase > { > public NetworkAddressCactus(String name) > { > } This constructor can't be right. Either use the default constructor or invoke super(name) in the one you've implemented. Without a test name, JUnit doesn't get very far. -- 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]
