You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/02/19 19:53:39 UTC

svn commit: r745967 - /cxf/sandbox/interopfest/wssc/src/main/java/interop/client/Client.java

Author: dkulp
Date: Thu Feb 19 18:53:39 2009
New Revision: 745967

URL: http://svn.apache.org/viewvc?rev=745967&view=rev
Log:
Two more tests working


Modified:
    cxf/sandbox/interopfest/wssc/src/main/java/interop/client/Client.java

Modified: cxf/sandbox/interopfest/wssc/src/main/java/interop/client/Client.java
URL: http://svn.apache.org/viewvc/cxf/sandbox/interopfest/wssc/src/main/java/interop/client/Client.java?rev=745967&r1=745966&r2=745967&view=diff
==============================================================================
--- cxf/sandbox/interopfest/wssc/src/main/java/interop/client/Client.java (original)
+++ cxf/sandbox/interopfest/wssc/src/main/java/interop/client/Client.java Thu Feb 19 18:53:39 2009
@@ -59,10 +59,10 @@
                 "SecureConversation_MutualCertificate10SignEncrypt_IPingService",
                 "AC_IPingService",
                 "ADC_IPingService",
-                //"ADC-ES_IPingService",  
+                "ADC-ES_IPingService",  
                 "_A_IPingService",
                 "_AD_IPingService",
-                //"_AD-ES_IPingService",
+                "_AD-ES_IPingService",
                 
                 //"XC_IPingService",
                 //"XDC_IPingService",
@@ -91,7 +91,7 @@
                 //"_KD-SEES_IPingService",     //Kerberos token - not sure where the token comes from or how this works
             };
         }
-        //argv = new String[] {argv[0]};
+        //argv = new String[] {argv[5]};
         //argv = new String[] {"UXC_IPingService"};
         
         new SpringBusFactory().createBus("etc/client.xml");