Author: asoldano
Date: 2014-07-29 02:43:00 -0400 (Tue, 29 Jul 2014)
New Revision: 18820
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustBearerTestCase.java
Log:
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustBearerTestCase.java
===================================================================
---
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustBearerTestCase.java 2014-07-28
14:20:29 UTC (rev 18819)
+++
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustBearerTestCase.java 2014-07-29
06:43:00 UTC (rev 18820)
@@ -51,7 +51,7 @@
{
//deploy client, STS and service; start a security domain to be used by the STS for
authenticating client
JBossWSCXFTestSetup testSetup =
WSTrustTestUtils.getTestSetup(WSTrustBearerTestCase.class,
- "jaxws-samples-wsse-policy-trust-client.jar
jaxws-samples-wsse-policy-trust-sts-bearer.war
jaxws-samples-wsse-policy-trust-bearer.war");
+ DeploymentArchives.CLIENT_JAR + " " +
DeploymentArchives.STS_BEARER_WAR + " " +
DeploymentArchives.SERVER_BEARER_WAR);
// setup the https connector in the server config file.
Map<String, String> sslOptions = new HashMap<String, String>();
Show replies by date