Author: dandiep
Date: Thu Jul 26 18:06:57 2007
New Revision: 560047
URL: http://svn.apache.org/viewvc?view=rev&rev=560047
Log:
Ignore this test until IONA's CC instance sync's up with the latest version of
JRA.
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=560047&r1=560046&r2=560047
==============================================================================
---
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:06:57 2007
@@ -34,11 +34,13 @@
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();