[jbossws-commits] JBossWS SVN: r8428 - in framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples: logicalhandler and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Oct 10 08:44:10 EDT 2008


Author: alessio.soldano at jboss.com
Date: 2008-10-10 08:44:10 -0400 (Fri, 10 Oct 2008)
New Revision: 8428

Modified:
   framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.java
   framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.java
   framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.java
Log:
[JBWS-1672] Removing the FIXMEs


Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.java	2008-10-10 11:39:27 UTC (rev 8427)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.java	2008-10-10 12:44:10 UTC (rev 8428)
@@ -91,15 +91,11 @@
       Service service = Service.create(wsdlURL, serviceName);
       EndpointWithHandlerChain port = (EndpointWithHandlerChain)service.getPort(EndpointWithHandlerChain.class);
       
-      if (isIntegrationMetro())
+      if (isIntegrationCXF())
       {
-         System.out.println("FIXME: [JBWS-1672] Metro does not respect @HandlerChain on client SEI");
-      }
-      else if (isIntegrationCXF())
-      {
          System.out.println("FIXME: [CXF-1253] CXF does not respect @HandlerChain on client SEI");
       }
-      else
+      else if (isIntegrationNative()) //[JBWS-1672] Metro does not respect @HandlerChain on client SEI
       {
          String resStr = port.echo("Kermit");
          assertEquals("Kermit|LogOut|AuthOut|RoutOut|RoutIn|AuthIn|LogIn|endpoint|LogOut|AuthOut|RoutOut|RoutIn|AuthIn|LogIn", resStr);

Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.java	2008-10-10 11:39:27 UTC (rev 8427)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.java	2008-10-10 12:44:10 UTC (rev 8428)
@@ -58,12 +58,8 @@
       String retStr = port.echo("hello");
 
       StringBuffer expStr = new StringBuffer("hello");
-      if (isIntegrationMetro())
+      if (!isIntegrationMetro()) //[JBWS-1672] Metro does not respect @HandlerChain on client SEI
       {
-         System.out.println("FIXME: [JBWS-1672] Metro does not respect @HandlerChain on client SEI");
-      }
-      else
-      {
          expStr.append(":Outbound:LogicalJAXBHandler");
          expStr.append(":Outbound:ProtocolHandler");
          expStr.append(":Outbound:PortHandler");
@@ -75,12 +71,8 @@
       expStr.append(":Outbound:LogicalJAXBHandler");
       expStr.append(":Outbound:ProtocolHandler");
       expStr.append(":Outbound:PortHandler");
-      if (isIntegrationMetro())
+      if (!isIntegrationMetro()) //FIXME: [JBWS-1672] Metro does not respect @HandlerChain on client SEI
       {
-         System.out.println("FIXME: [JBWS-1672] Metro does not respect @HandlerChain on client SEI");
-      }
-      else
-      {
          expStr.append(":Inbound:PortHandler");
          expStr.append(":Inbound:ProtocolHandler");
          expStr.append(":Inbound:LogicalJAXBHandler");

Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.java	2008-10-10 11:39:27 UTC (rev 8427)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.java	2008-10-10 12:44:10 UTC (rev 8428)
@@ -54,12 +54,8 @@
       String retStr = port.echo("hello");
       
       StringBuffer expStr = new StringBuffer("hello");
-      if (isIntegrationMetro())
+      if (!isIntegrationMetro()) //[JBWS-1672] Metro does not respect @HandlerChain on client SEI
       {
-         System.out.println("FIXME: [JBWS-1672] Metro does not respect @HandlerChain on client SEI");
-      }
-      else
-      {
          expStr.append(":Outbound:LogicalSourceHandler");
          expStr.append(":Outbound:ProtocolHandler");
          expStr.append(":Outbound:PortHandler");
@@ -71,12 +67,8 @@
       expStr.append(":Outbound:LogicalSourceHandler");
       expStr.append(":Outbound:ProtocolHandler");
       expStr.append(":Outbound:PortHandler");
-      if (isIntegrationMetro())
+      if (!isIntegrationMetro()) //[JBWS-1672] Metro does not respect @HandlerChain on client SEI
       {
-         System.out.println("FIXME: [JBWS-1672] Metro does not respect @HandlerChain on client SEI");
-      }
-      else
-      {
          expStr.append(":Inbound:PortHandler");
          expStr.append(":Inbound:ProtocolHandler");
          expStr.append(":Inbound:LogicalSourceHandler");
@@ -95,12 +87,8 @@
       String retStr = port.echo("hello");
       
       StringBuffer expStr = new StringBuffer("hello");
-      if (isIntegrationMetro())
+      if (!isIntegrationMetro()) //[JBWS-1672] Metro does not respect @HandlerChain on client SEI
       {
-         System.out.println("FIXME: [JBWS-1672] Metro does not respect @HandlerChain on client SEI");
-      }
-      else
-      {
          expStr.append(":Outbound:LogicalSourceHandler");
          expStr.append(":Outbound:ProtocolHandler");
          expStr.append(":Outbound:PortHandler");
@@ -112,12 +100,8 @@
       expStr.append(":Outbound:LogicalSourceHandler");
       expStr.append(":Outbound:ProtocolHandler");
       expStr.append(":Outbound:PortHandler");
-      if (isIntegrationMetro())
+      if (!isIntegrationMetro()) //[JBWS-1672] Metro does not respect @HandlerChain on client SEI
       {
-         System.out.println("FIXME: [JBWS-1672] Metro does not respect @HandlerChain on client SEI");
-      }
-      else
-      {
          expStr.append(":Inbound:PortHandler");
          expStr.append(":Inbound:ProtocolHandler");
          expStr.append(":Inbound:LogicalSourceHandler");




More information about the jbossws-commits mailing list