[jbossws-commits] JBossWS SVN: r7487 - framework/branches/jbossws-framework-3.0.2/testsuite/test/java/org/jboss/test/ws/jaxws/samples/context.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 11 06:50:24 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-06-11 06:50:24 -0400 (Wed, 11 Jun 2008)
New Revision: 7487

Modified:
   framework/branches/jbossws-framework-3.0.2/testsuite/test/java/org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.java
   framework/branches/jbossws-framework-3.0.2/testsuite/test/java/org/jboss/test/ws/jaxws/samples/context/WebServiceContextJSETestCase.java
Log:
fix typo

Modified: framework/branches/jbossws-framework-3.0.2/testsuite/test/java/org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.java
===================================================================
--- framework/branches/jbossws-framework-3.0.2/testsuite/test/java/org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.java	2008-06-11 10:28:25 UTC (rev 7486)
+++ framework/branches/jbossws-framework-3.0.2/testsuite/test/java/org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.java	2008-06-11 10:50:24 UTC (rev 7487)
@@ -75,13 +75,13 @@
    {
       if (isIntegrationMetro())
       {
-         System.out.println("FIXME: [2204] Implement Metro standard message context properties");
+         System.out.println("FIXME: [JBWS-2204] Implement Metro standard message context properties");
          return;
       }
       
       if (isIntegrationCXF())
       {
-         System.out.println("FIXME: [2203] Implement CXF standard message context properties");
+         System.out.println("FIXME: [JBWS-2203] Implement CXF standard message context properties");
          return;
       }
       

Modified: framework/branches/jbossws-framework-3.0.2/testsuite/test/java/org/jboss/test/ws/jaxws/samples/context/WebServiceContextJSETestCase.java
===================================================================
--- framework/branches/jbossws-framework-3.0.2/testsuite/test/java/org/jboss/test/ws/jaxws/samples/context/WebServiceContextJSETestCase.java	2008-06-11 10:28:25 UTC (rev 7486)
+++ framework/branches/jbossws-framework-3.0.2/testsuite/test/java/org/jboss/test/ws/jaxws/samples/context/WebServiceContextJSETestCase.java	2008-06-11 10:50:24 UTC (rev 7487)
@@ -75,13 +75,13 @@
    {
       if (isIntegrationMetro())
       {
-         System.out.println("FIXME: [2204] Implement Metro standard message context properties");
+         System.out.println("FIXME: [JBWS-2204] Implement Metro standard message context properties");
          return;
       }
       
       if (isIntegrationCXF())
       {
-         System.out.println("FIXME: [2203] Implement CXF standard message context properties");
+         System.out.println("FIXME: [JBWS-2203] Implement CXF standard message context properties");
          return;
       }
       




More information about the jbossws-commits mailing list