Author: ruchithf
Date: Wed Jun 14 00:40:34 2006
New Revision: 414133
URL: http://svn.apache.org/viewvc?rev=414133&view=rev
Log:
oops
Modified:
webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/rahas/TestClient.java
Modified:
webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/rahas/TestClient.java
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/rahas/TestClient.java?rev=414133&r1=414132&r2=414133&view=diff
==============================================================================
---
webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/rahas/TestClient.java
(original)
+++
webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/rahas/TestClient.java
Wed Jun 14 00:40:34 2006
@@ -19,7 +19,6 @@
import org.apache.axiom.om.OMElement;
import org.apache.axiom.om.OMFactory;
import org.apache.axiom.om.OMNamespace;
-import org.apache.axiom.om.util.StAXUtils;
import org.apache.axis2.AxisFault;
import org.apache.axis2.Constants;
import org.apache.axis2.addressing.EndpointReference;
@@ -35,16 +34,13 @@
import org.apache.rampart.handler.config.OutflowConfiguration;
import javax.xml.namespace.QName;
-import javax.xml.stream.XMLStreamException;
-
-import java.io.StringWriter;
import junit.framework.TestCase;
public abstract class TestClient extends TestCase {
private static final String AXIS2_ECHO_STRING = "Axis2 Echo String";
- protected int port = 5556;//UtilServer.TESTING_PORT;
+ protected int port = UtilServer.TESTING_PORT;
public TestClient(String name) {
super(name);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]