Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 16909 invoked from network); 14 Jun 2006 07:40:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2006 07:40:59 -0000 Received: (qmail 19463 invoked by uid 500); 14 Jun 2006 07:40:57 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 19372 invoked by uid 500); 14 Jun 2006 07:40:56 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 19361 invoked by uid 500); 14 Jun 2006 07:40:56 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 19358 invoked by uid 99); 14 Jun 2006 07:40:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 00:40:56 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 00:40:56 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id EDC841A983A; Wed, 14 Jun 2006 00:40:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r414133 - /webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/rahas/TestClient.java Date: Wed, 14 Jun 2006 07:40:35 -0000 To: axis2-cvs@ws.apache.org From: ruchithf@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060614074035.EDC841A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org