From continuum-users-return-2287-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Thu Jul 27 11:25:41 2006 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 48479 invoked from network); 27 Jul 2006 11:25:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 11:25:41 -0000 Received: (qmail 87312 invoked by uid 500); 27 Jul 2006 11:25:41 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 86985 invoked by uid 500); 27 Jul 2006 11:25:40 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 86974 invoked by uid 99); 27 Jul 2006 11:25:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 04:25:40 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [80.175.38.168] (HELO rectang.com) (80.175.38.168) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 04:25:38 -0700 Received: from [129.215.71.143] (dlib-grog.ucs.ed.ac.uk [129.215.71.143]) by rectang.com (Postfix) with ESMTP id 7B9FA18598 for ; Thu, 27 Jul 2006 11:23:10 +0000 (GMT) Message-ID: <44C8A28D.1090804@handyande.co.uk> Date: Thu, 27 Jul 2006 12:25:01 +0100 From: Andrew Williams User-Agent: Thunderbird 1.5.0.4 (X11/20060615) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: surefire fails but tests work References: <44C8A021.1090806@systemone.at> In-Reply-To: <44C8A021.1090806@systemone.at> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N are you using clover or such like which could be redirecting test output to another directory? Roland Kofler wrote: > i get > > ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] There are some test failure. > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 13 seconds > [INFO] Finished at: Thu Jul 27 13:12:46 CEST 2006 > [INFO] Final Memory: 5M/14M > > but my only test in target/surefire-reports says > > ------------------------------------------------------------------------------- > > Battery: at.systemone.configuration.ConfigurationControllerTest > ------------------------------------------------------------------------------- > > Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 4.437 sec > where can i have a look to understand on this issue > >