You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by go...@apache.org on 2017/11/14 22:22:26 UTC

[cxf-fediz] branch master updated: fix ut Spring Plugin relativePath

This is an automated email from the ASF dual-hosted git repository.

gonzalad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c5a98e  fix ut Spring Plugin relativePath
1c5a98e is described below

commit 1c5a98eed0555ab3a629097e4ffca9b60804fb11
Author: gonzalad <ad...@yahoo.fr>
AuthorDate: Tue Nov 14 22:59:08 2017 +0100

    fix ut Spring Plugin relativePath
    
    Fix unit tests for Spring Plugin relativePath.
---
 systests/spring/src/test/resources/fediz_config.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/systests/spring/src/test/resources/fediz_config.xml b/systests/spring/src/test/resources/fediz_config.xml
index f954c60..fb9f8db 100644
--- a/systests/spring/src/test/resources/fediz_config.xml
+++ b/systests/spring/src/test/resources/fediz_config.xml
@@ -28,7 +28,7 @@
 		</audienceUris>
 		<certificateStores>
 			<trustManager>
-				<keyStore file="clienttrust.jks" password="storepass" type="JKS" />
+				<keyStore file="test-classes/clienttrust.jks" password="storepass" type="JKS" />
 			</trustManager>
 		</certificateStores>
 		<trustedIssuers>
@@ -36,7 +36,7 @@
 		</trustedIssuers>
 		<maximumClockSkew>1000</maximumClockSkew>
 		<signingKey keyAlias="mytomidpkey" keyPassword="tompass">
-            <keyStore file="server.jks" password="tompass" type="JKS" />
+            <keyStore file="test-classes/server.jks" password="tompass" type="JKS" />
         </signingKey>
 		<protocol xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 			xsi:type="federationProtocolType" version="1.0.0">
@@ -67,7 +67,7 @@
 		</audienceUris>
 		<certificateStores>
 			<trustManager>
-				<keyStore file="clienttrust.jks" password="storepass" type="JKS" />
+				<keyStore file="test-classes/clienttrust.jks" password="storepass" type="JKS" />
 			</trustManager>
 		</certificateStores>
 		<trustedIssuers>
@@ -75,7 +75,7 @@
 		</trustedIssuers>
 		<maximumClockSkew>1000</maximumClockSkew>
 		<signingKey keyAlias="mytomidpkey" keyPassword="tompass">
-            <keyStore file="server.jks" password="tompass" type="JKS" />
+            <keyStore file="test-classes/server.jks" password="tompass" type="JKS" />
         </signingKey>
 		<protocol xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 			xsi:type="federationProtocolType" version="1.0.0">
@@ -106,7 +106,7 @@
         </audienceUris>
         <certificateStores>
 			<trustManager>
-				<keyStore file="clienttrust.jks" password="storepass" type="JKS" />
+				<keyStore file="test-classes/clienttrust.jks" password="storepass" type="JKS" />
 			</trustManager>
 		</certificateStores>
         <trustedIssuers>
@@ -114,7 +114,7 @@
         </trustedIssuers>
         <maximumClockSkew>1000</maximumClockSkew>
         <signingKey keyAlias="mytomidpkey" keyPassword="tompass">
-            <keyStore file="server.jks" password="tompass" type="JKS" />
+            <keyStore file="test-classes/server.jks" password="tompass" type="JKS" />
         </signingKey>
         <protocol xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:type="federationProtocolType" version="1.0.0">

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <co...@cxf.apache.org>'].