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 10631 invoked from network); 31 Oct 2003 15:24:53 -0000 Received: from unknown (HELO imr2.ericy.com) (198.24.6.3) by daedalus.apache.org with SMTP; 31 Oct 2003 15:24:53 -0000 Received: from eamrcnt750.exu.ericsson.se (eamrcnt750.exu.ericsson.se [138.85.133.51]) by imr2.ericy.com (8.12.10/8.12.10) with ESMTP id h9VFOtYb024678 for ; Fri, 31 Oct 2003 09:24:55 -0600 (CST) Received: by eamrcnt750.exu.ericsson.se with Internet Mail Service (5.5.2657.72) id ; Fri, 31 Oct 2003 09:23:53 -0600 Message-ID: From: "David Lemieux (QC/EMC)" To: "'Cactus Users List'" Subject: RE: Every failure leads to an error Date: Fri, 31 Oct 2003 09:20:10 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Only call is assertTrue(false) and it still does not work -----Original Message----- From: J. B. Rainsberger [mailto:jbrains@rogers.com] Sent: Friday, October 31, 2003 10:07 AM To: Cactus Users List Subject: Re: Every failure leads to an error David Lemieux (QC/EMC) wrote: > Removed the loggerFactory... > > Does not solve my problem :( > > It should report a failure and not an error, right? Yes. Remove all the try/catch/finally. Does that work? My point was this: catching Exception was not going to catch the Throwable that JUnit throws when an assertion fails, so your catch blocks, in theory, do nothing. -- 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: cactus-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: cactus-user-help@jakarta.apache.org