You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2005/10/13 13:07:29 UTC

svn commit: r320732 - /webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/InteropTestBase.java

Author: ruchithf
Date: Thu Oct 13 04:07:24 2005
New Revision: 320732

URL: http://svn.apache.org/viewcvs?rev=320732&view=rev
Log:
tiny fix to make the security unit tests actually run, someone accidentally commented them out :-)

Modified:
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/InteropTestBase.java

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/InteropTestBase.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/InteropTestBase.java?rev=320732&r1=320731&r2=320732&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/InteropTestBase.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/InteropTestBase.java Thu Oct 13 04:07:24 2005
@@ -130,7 +130,7 @@
 	 */
     public void testInterop() {
     	try {
-//    		InteropScenarioClient.main(new String[]{Constants.TESTING_PATH + clientRepo,targetEpr});
+    		InteropScenarioClient.main(new String[]{Constants.TESTING_PATH + clientRepo,targetEpr});
     	} catch (Exception e) {
     		e.printStackTrace();
     		fail("Error in introperating with " + targetEpr + ", client configuration: " + clientRepo);