Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 13484 invoked from network); 27 Jul 2007 01:18:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jul 2007 01:18:39 -0000 Received: (qmail 54966 invoked by uid 500); 27 Jul 2007 01:18:40 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 54912 invoked by uid 500); 27 Jul 2007 01:18:40 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 54902 invoked by uid 99); 27 Jul 2007 01:18:40 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2007 18:18:40 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 01:18:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 028811A981A; Thu, 26 Jul 2007 18:18:18 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r560049 - /incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/BareServiceTest.java Date: Fri, 27 Jul 2007 01:18:17 -0000 To: cxf-commits@incubator.apache.org From: dandiep@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070727011818.028811A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dandiep Date: Thu Jul 26 18:18:17 2007 New Revision: 560049 URL: http://svn.apache.org/viewvc?view=rev&rev=560049 Log: undo stupid commenting out of a service method post build and precommit Modified: incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/BareServiceTest.java Modified: incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/BareServiceTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/BareServiceTest.java?view=diff&rev=560049&r1=560048&r2=560049 ============================================================================== --- incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/BareServiceTest.java (original) +++ incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/BareServiceTest.java Thu Jul 26 18:18:17 2007 @@ -34,13 +34,11 @@ import org.apache.cxf.helpers.DOMUtils; import org.apache.cxf.jaxws.JaxWsServerFactoryBean; import org.apache.cxf.service.model.BindingOperationInfo; -import org.junit.Ignore; import org.junit.Test; public class BareServiceTest extends AbstractRestTest { @Test - @Ignore public void testCreation() throws Exception { BindingFactoryManager bfm = getBus().getExtension(BindingFactoryManager.class); HttpBindingFactory factory = new HttpBindingFactory();