Author: chamikara
Date: Thu Aug 31 00:51:53 2006
New Revision: 438830
URL: http://svn.apache.org/viewvc?rev=438830&view=rev
Log:
Oops. Had commited hardcoded ports. Reverting...
Modified:
webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/MessageRetransmissionTest.java
webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/versions/RMVersionTest.java
Modified:
webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/MessageRetransmissionTest.java
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/MessageRetransmissionTest.java?rev=438830&r1=438829&r2=438830&view=diff
==============================================================================
---
webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/MessageRetransmissionTest.java
(original)
+++
webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/MessageRetransmissionTest.java
Thu Aug 31 00:51:53 2006
@@ -85,7 +85,7 @@
public void testMessageRetransmission () throws
AxisFault,InterruptedException {
String to = "http://127.0.0.1:" + serverPort +
"/axis2/services/RMSampleService";
- String transportTo = "http://127.0.0.1:" + 8070 +
"/axis2/services/RMSampleService";
+ String transportTo = "http://127.0.0.1:" + serverPort +
"/axis2/services/RMSampleService";
String repoPath = "target" + File.separator + "repos" +
File.separator + "client";
String axis2_xml = "target" + File.separator + "repos" +
File.separator + "client" + File.separator + "client_axis2.xml";
Modified:
webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/versions/RMVersionTest.java
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/versions/RMVersionTest.java?rev=438830&r1=438829&r2=438830&view=diff
==============================================================================
---
webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/versions/RMVersionTest.java
(original)
+++
webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/versions/RMVersionTest.java
Thu Aug 31 00:51:53 2006
@@ -135,7 +135,7 @@
public void testRMOASIS () throws AxisFault,InterruptedException {
String to = "http://127.0.0.1:" + serverPort +
"/axis2/services/RMSampleService";
- String transportTo = "http://127.0.0.1:" + 8070 +
"/axis2/services/RMSampleService";
+ String transportTo = "http://127.0.0.1:" + serverPort +
"/axis2/services/RMSampleService";
String repoPath = "target" + File.separator + "repos" +
File.separator + "client";
String axis2_xml = "target" + File.separator + "repos" +
File.separator + "client" + File.separator + "client_axis2.xml";
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]