Skip to content

Commit adfd5ad

Browse files
Fix unit tests
1 parent b3dcad8 commit adfd5ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/jaxws-integration/test-resources/axis2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<!-- ================================================= -->
131131
<transportReceiver name="http"
132132
class="org.apache.axis2.transport.http.SimpleHTTPServer">
133-
<parameter name="port">6060</parameter>
133+
<!-- <parameter name="port">6060</parameter> Port dynamically allocated by test framework -->
134134
<!--If you want to give your own host address for EPR generation-->
135135
<!--uncomment following parameter , and set as you required.-->
136136
<!--<parameter name="hostname">http://myApp.com/ws</parameter>-->

modules/jaxws-integration/test-resources/axis2_addressing.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<!-- ================================================= -->
174174
<transportReceiver name="http"
175175
class="org.apache.axis2.transport.http.SimpleHTTPServer">
176-
<!-- <parameter name="port">9090</parameter> Port dynamically allocated by test framework -->
176+
<parameter name="port">0</parameter> <!-- Dynamic port allocation -->
177177
<!-- Here is the complete list of supported parameters (see example settings further below):
178178
port: the port to listen on (default 6060)
179179
hostname: if non-null, url prefix used in reply-to endpoint references (default null)

0 commit comments

Comments
 (0)