Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 99125 invoked from network); 6 Aug 2010 02:11:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Aug 2010 02:11:39 -0000 Received: (qmail 63196 invoked by uid 500); 6 Aug 2010 02:11:39 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 63140 invoked by uid 500); 6 Aug 2010 02:11:39 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 63133 invoked by uid 99); 6 Aug 2010 02:11:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 02:11:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 02:11:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5C5012388A36; Fri, 6 Aug 2010 02:10:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r982849 - /continuum/trunk/continuum-commons/src/test/java/org/apache/continuum/installation/DefaultInstallationServiceTest.java Date: Fri, 06 Aug 2010 02:10:19 -0000 To: commits@continuum.apache.org From: brett@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100806021019.5C5012388A36@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: brett Date: Fri Aug 6 02:10:19 2010 New Revision: 982849 URL: http://svn.apache.org/viewvc?rev=982849&view=rev Log: exclude test Modified: continuum/trunk/continuum-commons/src/test/java/org/apache/continuum/installation/DefaultInstallationServiceTest.java Modified: continuum/trunk/continuum-commons/src/test/java/org/apache/continuum/installation/DefaultInstallationServiceTest.java URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-commons/src/test/java/org/apache/continuum/installation/DefaultInstallationServiceTest.java?rev=982849&r1=982848&r2=982849&view=diff ============================================================================== --- continuum/trunk/continuum-commons/src/test/java/org/apache/continuum/installation/DefaultInstallationServiceTest.java (original) +++ continuum/trunk/continuum-commons/src/test/java/org/apache/continuum/installation/DefaultInstallationServiceTest.java Fri Aug 6 02:10:19 2010 @@ -172,6 +172,7 @@ public class DefaultInstallationServiceT assertNotNull( infos ); } +/* CONTINUUM-2559 - test may fail even in a valid environment public void testgetMvnVersionWithCommonMethod() throws Exception { @@ -180,6 +181,7 @@ public class DefaultInstallationServiceT List infos = installationService.getExecutorConfiguratorVersion( null, java, null ); assertNotNull( infos ); } +*/ public void testAddInstallationAutomaticProfile() throws Exception