"Fixing" test-case
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/eefe075e Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/eefe075e Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/eefe075e Branch: refs/heads/2.7.x-fixes Commit: eefe075e24e4cdaf4e63235f31943291a278a331 Parents: e1cbf84 Author: Colm O hEigeartaigh <[email protected]> Authored: Fri May 2 17:17:50 2014 +0100 Committer: Daniel Kulp <[email protected]> Committed: Fri May 2 14:47:42 2014 -0400 ---------------------------------------------------------------------- .../org/apache/cxf/systest/ws/action/SignatureWhitespaceTest.java | 2 +- .../org/apache/cxf/systest/ws/action/DoubleItAction.wsdl | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/eefe075e/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/action/SignatureWhitespaceTest.java ---------------------------------------------------------------------- diff --git a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/action/SignatureWhitespaceTest.java b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/action/SignatureWhitespaceTest.java index d95bbee..823d30d 100644 --- a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/action/SignatureWhitespaceTest.java +++ b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/action/SignatureWhitespaceTest.java @@ -95,7 +95,7 @@ public class SignatureWhitespaceTest extends AbstractBusClientServerTestBase { URL wsdl = SignatureWhitespaceTest.class.getResource("DoubleItAction.wsdl"); Service service = Service.create(wsdl, SERVICE_QNAME); - QName portQName = new QName(NAMESPACE, "DoubleItSignaturePort"); + QName portQName = new QName(NAMESPACE, "DoubleItSignaturePort2"); Dispatch<StreamSource> dispatch = service.createDispatch(portQName, StreamSource.class, Service.Mode.MESSAGE); http://git-wip-us.apache.org/repos/asf/cxf/blob/eefe075e/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/DoubleItAction.wsdl ---------------------------------------------------------------------- diff --git a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/DoubleItAction.wsdl b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/DoubleItAction.wsdl index 121db30..d5054ce 100644 --- a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/DoubleItAction.wsdl +++ b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/DoubleItAction.wsdl @@ -69,6 +69,9 @@ <wsdl:port name="DoubleItSignaturePort" binding="tns:DoubleItNoSecurityBinding"> <soap:address location="http://localhost:9001/DoubleItSignature"/> </wsdl:port> + <wsdl:port name="DoubleItSignaturePort2" binding="tns:DoubleItNoSecurityBinding"> + <soap:address location="http://localhost:9001/DoubleItSignature2"/> + </wsdl:port> </wsdl:service> </wsdl:definitions>
