aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2019-08-13 07:02:04 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2019-08-13 07:02:04 +0200
commitab4bba8177a5b4382d9ebe8996b76c5c5200e4a3 (patch)
treea1b8ba25a55e08c43fa8472063d78de9336dc952
parent204bb9f7c21964377455563a5e106ea191c1d590 (diff)
downloadNational_eIDAS_Gateway-ab4bba8177a5b4382d9ebe8996b76c5c5200e4a3.tar.gz
National_eIDAS_Gateway-ab4bba8177a5b4382d9ebe8996b76c5c5200e4a3.tar.bz2
National_eIDAS_Gateway-ab4bba8177a5b4382d9ebe8996b76c5c5200e4a3.zip
change port in SZR mockup
-rw-r--r--basicConfig/default_config.properties2
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/test/eidas/specific/modules/authmodule_eIDASv2/SZRClientTest.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/basicConfig/default_config.properties b/basicConfig/default_config.properties
index a6783749..b2256666 100644
--- a/basicConfig/default_config.properties
+++ b/basicConfig/default_config.properties
@@ -36,7 +36,7 @@ eidas.ms.auth.eIDAS.node_v2.workarounds.useRequestIdAsTransactionIdentifier=true
eidas.ms.auth.eIDAS.szrclient.useTestService=true
eidas.ms.auth.eIDAS.szrclient.endpoint.prod=
-eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost/demoszr
+eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost:1234/demoszr
eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.path=keys/.....
eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.password=
eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.path=
diff --git a/eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/test/eidas/specific/modules/authmodule_eIDASv2/SZRClientTest.java b/eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/test/eidas/specific/modules/authmodule_eIDASv2/SZRClientTest.java
index 3e903849..7ae30845 100644
--- a/eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/test/eidas/specific/modules/authmodule_eIDASv2/SZRClientTest.java
+++ b/eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/test/eidas/specific/modules/authmodule_eIDASv2/SZRClientTest.java
@@ -109,7 +109,7 @@ public class SZRClientTest {
@Test
public void getIdentityLinkRawModeValidResponse() throws SZRException_Exception, EAAFParserException, NoSuchProviderException, IOException, InvalidKeyException, eIDASAuthenticationException, JAXBException {
- setSZRResponseIdentityLink("/data/szr/szr_resp_valid_1.xml", "http://localhost/demoszr");
+ setSZRResponseIdentityLink("/data/szr/szr_resp_valid_1.xml", "http://localhost:1234/demoszr");
try {
log.debug("Starting connecting SZR Gateway");
@@ -141,7 +141,7 @@ public class SZRClientTest {
@Test
public void getIdentityLinkRawModeErrorTravelerDocExists() throws SZRException_Exception, EAAFParserException, NoSuchProviderException, IOException, InvalidKeyException, eIDASAuthenticationException, JAXBException, ParserConfigurationException, SAXException {
- setSZRExceptionIdentityLink("/data/szr/szr_resp_error_travelerdocexists.xml", "http://localhost/demoszr");
+ setSZRExceptionIdentityLink("/data/szr/szr_resp_error_travelerdocexists.xml", "http://localhost:1234/demoszr");
try {
log.debug("Starting connecting SZR Gateway");