Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 34582 invoked from network); 27 Jul 2006 15:14:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 15:14:11 -0000 Received: (qmail 79487 invoked by uid 500); 27 Jul 2006 15:14:10 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 79463 invoked by uid 500); 27 Jul 2006 15:14:10 -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 79452 invoked by uid 99); 27 Jul 2006 15:14:10 -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 08:14:10 -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 [83.65.74.200] (HELO mail.systemone.at) (83.65.74.200) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 08:14:09 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.systemone.at (Postfix) with ESMTP id 91E1C80117CC for ; Thu, 27 Jul 2006 17:13:47 +0200 (CEST) Received: from mail.systemone.at ([127.0.0.1]) by localhost (mars [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19103-02 for ; Thu, 27 Jul 2006 17:13:44 +0200 (CEST) Received: from [192.168.20.13] (unknown [192.168.20.13]) by mail.systemone.at (Postfix) with ESMTP id 9A33E80117CA for ; Thu, 27 Jul 2006 17:13:44 +0200 (CEST) Message-ID: <44C8D82C.1060305@systemone.at> Date: Thu, 27 Jul 2006 17:13:48 +0200 From: Roland Kofler User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: surefire fails but tests work References: <44C8A021.1090806@systemone.at> <44C8A28D.1090804@handyande.co.uk> In-Reply-To: <44C8A28D.1090804@handyande.co.uk> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at systemone.at X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N thanks, someone wrote a test thats wasn't a unit test but a main() class. surefire should some how report such issues. best rk Andrew Williams schrieb: > 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 >> >> > > >