Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49F1BC5CE for ; Fri, 13 Jul 2012 16:50:32 +0000 (UTC) Received: (qmail 63319 invoked by uid 500); 13 Jul 2012 16:50:31 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 63189 invoked by uid 500); 13 Jul 2012 16:50:31 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 63178 invoked by uid 99); 13 Jul 2012 16:50:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2012 16:50:31 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of SRS0=iI27=FO=m4x.org=sebastien.brisard@bounces.m4x.org designates 129.104.30.34 as permitted sender) Received: from [129.104.30.34] (HELO mx1.polytechnique.org) (129.104.30.34) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2012 16:50:23 +0000 Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.213.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTPSA id 629EB14000096 for ; Fri, 13 Jul 2012 18:50:02 +0200 (CEST) Received: by yenq11 with SMTP id q11so5213875yen.30 for ; Fri, 13 Jul 2012 09:50:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.6.230 with SMTP id e6mr1655293iga.47.1342198201266; Fri, 13 Jul 2012 09:50:01 -0700 (PDT) Received: by 10.64.61.40 with HTTP; Fri, 13 Jul 2012 09:50:01 -0700 (PDT) In-Reply-To: References: <20120713112042.875FD23888EA@eris.apache.org> <20120713121500.GN20488@dusk.harfang.homelinux.org> Date: Fri, 13 Jul 2012 18:50:01 +0200 Message-ID: Subject: Re: svn commit: r1361164 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/SparseRealVectorTest.java From: =?ISO-8859-1?Q?S=E9bastien_Brisard?= To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-AV-Checked: ClamAV using ClamSMTP at svoboda.polytechnique.org (Fri Jul 13 18:50:02 2012 +0200 (CEST)) X-Org-Mail: sebastien.brisard.1997@polytechnique.org X-Old-Spam-Flag: No, tests=bogofilter, spamicity=0.009065, queueID=B3AA2141070CD Hello, >> >>> [...] I just took the >>> liberty to add a @Ignore tag, which shows a message in the tests >>> reports, just in case we forget to reenable this test. >> >> Yes. That's cleaner. Thanks. >> >> However, the "skipped" message does not appear in the "txt" reports. >> It's there in the "xml" report. Is there a flag to set on the commad-lin= e in >> order to generate HTML pages from those? >> > I think mvn site:site will generate a surefire report with those > messages included. As for the txt reports, I will investigate. > I've quickly had a look to the internet, and could not find anything regarding the txt reports. The closest thing I found was this issue http://jira.codehaus.org/browse/SUREFIRE-537 but it's marked as resolved. The good news is that the surefire report generated by mvn site:site does show the reason why the test is being skipped. S=E9bastien --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org