diff options
Diffstat (limited to 'src/test')
3 files changed, 5 insertions, 5 deletions
diff --git a/src/test/java/at/gv/egiz/moazs/DeliveryRequestAugmenterTest.java b/src/test/java/at/gv/egiz/moazs/DeliveryRequestAugmenterTest.java index cda334a..a2b189c 100644 --- a/src/test/java/at/gv/egiz/moazs/DeliveryRequestAugmenterTest.java +++ b/src/test/java/at/gv/egiz/moazs/DeliveryRequestAugmenterTest.java @@ -70,7 +70,7 @@ public class DeliveryRequestAugmenterTest { } @Test - public void overrideTvnzQueryWithPrimary() { + public void overrideTnvzQueryWithPrimary() { var fallback = createConfig(msgUrl, false); var primary = createConfig(null, true); var augmenter = createAugmenter(fallback); diff --git a/src/test/resources/at/gv/egiz/moazs/ITEndToEndTest/mzs-delivery-request.xml b/src/test/resources/at/gv/egiz/moazs/ITEndToEndTest/mzs-delivery-request.xml index ef07686..c397a0d 100644 --- a/src/test/resources/at/gv/egiz/moazs/ITEndToEndTest/mzs-delivery-request.xml +++ b/src/test/resources/at/gv/egiz/moazs/ITEndToEndTest/mzs-delivery-request.xml @@ -55,7 +55,7 @@ <mzs:Config> <mzs:PerformQueryPersonRequest>true</mzs:PerformQueryPersonRequest> <mzs:TNVZClient> - <mzs:URL>http://localhost/tvnzservice</mzs:URL> + <mzs:URL>http://localhost/tnvzservice</mzs:URL> <mzs:ConnectionTimeout>0</mzs:ConnectionTimeout> <mzs:ReceiveTimeout>0</mzs:ReceiveTimeout> </mzs:TNVZClient> diff --git a/src/test/resources/config/application.yaml b/src/test/resources/config/application.yaml index dae261a..f8e360e 100644 --- a/src/test/resources/config/application.yaml +++ b/src/test/resources/config/application.yaml @@ -71,14 +71,14 @@ delivery-request-configuration-profiles: # Mandatory # If true, MOA ZS asks the tnvz service if the receiver is - # addressable. Requires setting up the tvnz-client. + # addressable. Requires setting up the tnvz-client. perform-query-person-request: false # Mandatory (if perform-query-person-request is true) - # Parameters for the connection to tvnz. Specify url, + # Parameters for the connection to tnvz. Specify url, # connection-timeout, receive-timeout and ssl here. See msg-client # for an exhaustive description of all parameters. - tvnz-client: + tnvz-client: # Mandatory url: http://localhost:8082/tnvz/ |