[jboss-svn-commits] JBossWS SVN: r819 - in branches/jbossws-1.0/src/test/java/org/jboss/test/ws/interop/microsoft/security: wsse10 wsse10Encrypt

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 23 15:05:16 EDT 2006


Author: heiko.braun at jboss.com
Date: 2006-08-23 15:05:14 -0400 (Wed, 23 Aug 2006)
New Revision: 819

Modified:
   branches/jbossws-1.0/src/test/java/org/jboss/test/ws/interop/microsoft/security/wsse10/SignTestCase.java
   branches/jbossws-1.0/src/test/java/org/jboss/test/ws/interop/microsoft/security/wsse10Encrypt/TestService.java
Log:
docs and comments

Modified: branches/jbossws-1.0/src/test/java/org/jboss/test/ws/interop/microsoft/security/wsse10/SignTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/interop/microsoft/security/wsse10/SignTestCase.java	2006-08-23 19:02:30 UTC (rev 818)
+++ branches/jbossws-1.0/src/test/java/org/jboss/test/ws/interop/microsoft/security/wsse10/SignTestCase.java	2006-08-23 19:05:14 UTC (rev 819)
@@ -59,6 +59,7 @@
       }
    }
 
+   // Scenario 3.2. X509 Mutual Authentication, Sign Only
    public void testSignOnly() throws Exception{
 
       PingResponseBody pingResponse = port.ping(

Modified: branches/jbossws-1.0/src/test/java/org/jboss/test/ws/interop/microsoft/security/wsse10Encrypt/TestService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/interop/microsoft/security/wsse10Encrypt/TestService.java	2006-08-23 19:02:30 UTC (rev 818)
+++ branches/jbossws-1.0/src/test/java/org/jboss/test/ws/interop/microsoft/security/wsse10Encrypt/TestService.java	2006-08-23 19:05:14 UTC (rev 819)
@@ -24,6 +24,8 @@
 import java.rmi.RemoteException;
 
 /**
+ * Scenario 3.3. X509 Mutual Authentication, Sign Then Encrypt
+ * 
  * @author Heiko Braun <heiko.braun at jboss.com>
  * @version $Id$
  * @since Aug 23, 2006




More information about the jboss-svn-commits mailing list