Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 27847 invoked from network); 12 May 2008 19:17:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 May 2008 19:17:29 -0000 Received: (qmail 17872 invoked by uid 500); 12 May 2008 19:17:30 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 17802 invoked by uid 500); 12 May 2008 19:17:30 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 17791 invoked by uid 99); 12 May 2008 19:17:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 12:17:30 -0700 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; Mon, 12 May 2008 19:16:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1983C23889C4; Mon, 12 May 2008 12:17:08 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r655607 - in /cxf/branches/2.0.x-fixes: ./ rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/map/MapsTest.java Date: Mon, 12 May 2008 19:17:07 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080512191708.1983C23889C4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Mon May 12 12:17:07 2008 New Revision: 655607 URL: http://svn.apache.org/viewvc?rev=655607&view=rev Log: Merged revisions 654979 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r654979 | bimargulies | 2008-05-09 19:41:48 -0400 (Fri, 09 May 2008) | 2 lines Disable noisy test I hadn't really meant to enable. ........ Modified: cxf/branches/2.0.x-fixes/ (props changed) cxf/branches/2.0.x-fixes/rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/map/MapsTest.java Propchange: cxf/branches/2.0.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.0.x-fixes/rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/map/MapsTest.java URL: http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/map/MapsTest.java?rev=655607&r1=655606&r2=655607&view=diff ============================================================================== --- cxf/branches/2.0.x-fixes/rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/map/MapsTest.java (original) +++ cxf/branches/2.0.x-fixes/rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/map/MapsTest.java Mon May 12 12:17:07 2008 @@ -37,6 +37,7 @@ import org.apache.cxf.jaxws.JaxWsProxyFactoryBean; import org.apache.cxf.jaxws.JaxWsServerFactoryBean; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; /** @@ -69,6 +70,7 @@ clientInterface = (MapTest)proxyFac.create(); } + @Ignore @Test public void testMapWsdl() throws WSDLException { @SuppressWarnings("unused")