Author: asoldano
Date: 2014-03-07 10:15:00 -0500 (Fri, 07 Mar 2014)
New Revision: 18482
Modified:
stack/cxf/trunk/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3736/JBWS3736TestCase.java
Log:
[JBWS-3736] Fixing testcase
Modified:
stack/cxf/trunk/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3736/JBWS3736TestCase.java
===================================================================
---
stack/cxf/trunk/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3736/JBWS3736TestCase.java 2014-03-07
14:19:31 UTC (rev 18481)
+++
stack/cxf/trunk/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3736/JBWS3736TestCase.java 2014-03-07
15:15:00 UTC (rev 18482)
@@ -64,6 +64,6 @@
//we expect the published wsdl to have the https protocol in the soap:address
because the original wsdl provided
//in the deployment has that. This shows that the reference to the wsdl in endpoint
interface has been processed
//when rewriting the soap:address. If we got http protocol here, the fix won't
be in place.
- assertTrue(wsdl.contains("https://" + getServerHost() +
":8080/jaxws-jbws3736"));
+ assertTrue(wsdl.contains("https://" + getServerHost() +
":8443/jaxws-jbws3736"));
}
}
Show replies by date