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();