Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 39711 invoked by uid 99); 10 Sep 2004 20:42:56 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [65.241.55.66] (HELO imail.bitfone.com) (65.241.55.66) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Sep 2004 13:42:49 -0700 Received: from beachbreaker [65.241.55.126] by imail.bitfone.com with ESMTP (SMTPD32-8.11) id A3075A10070; Fri, 10 Sep 2004 13:48:07 -0700 From: "Bret Kumler" To: "'Cactus Users List'" Subject: RE: Suite Date: Fri, 10 Sep 2004 13:42:37 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <200409102013.i8AKD2109859@smtp-ft3.fr.colt.net> Thread-Index: AcSS/HxqNHlyWW73Rl2Y9U4wsydd4QAITUtQARFopxAAA7j0IAABHQ3Q Message-Id: <200409101348153.SM01132@beachbreaker> X-Virus-Checked: Checked That's what I thought, just wanted to make sure :-) -----Original Message----- From: Vincent Massol [mailto:vmassol@pivolis.com] Sent: Friday, September 10, 2004 1:13 PM To: 'Cactus Users List' Subject: RE: Suite Hi Bret, You should not extend anything. public class TestAllServices { public static Test suite() { ServletTestSuite suite = new ServletTestSuite(); suite.addTest(com.tests.TestDMEJB.suite()); suite.addTest(com.test.TestDIEJB.suite()); return suite; } } -Vincent > -----Original Message----- > From: Bret Kumler [mailto:bkumler@bitfone.com] > Sent: vendredi 10 septembre 2004 20:39 > To: 'Cactus Users List' > Subject: Suite > > I have a stupid question. > > The code below, do I need to extend ServletTestCase or can I remove it? > > public class TestAllServices extends ServletTestCase { > public static Test suite() { > ServletTestSuite suite = new ServletTestSuite(); > suite.addTest(com.tests.TestDMEJB.suite()); > suite.addTest(com.test.TestDIEJB.suite()); > return suite; > } > } > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: cactus-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: cactus-user-help@jakarta.apache.org