diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2020-12-17 13:18:37 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-01-15 14:19:26 +0100 |
commit | 21613f2d1af10639b65077c5600763e82b5eb63c (patch) | |
tree | ac273db909dbbb40edb6cdf0d09af9971553c819 /eidas_modules/authmodule-eIDAS-v2/src/test/resources | |
parent | 20b28fa85e5fc24868b22fa769e87f1dcacf205a (diff) | |
download | National_eIDAS_Gateway-21613f2d1af10639b65077c5600763e82b5eb63c.tar.gz National_eIDAS_Gateway-21613f2d1af10639b65077c5600763e82b5eb63c.tar.bz2 National_eIDAS_Gateway-21613f2d1af10639b65077c5600763e82b5eb63c.zip |
country specific tests
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/src/test/resources')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml index 17e32b86..cde374a1 100644 --- a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml +++ b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml @@ -74,4 +74,11 @@ <bean id="ZmrClientForeIDAS" class="at.asitplus.eidas.specific.modules.auth.eidas.v2.zmr.DummyZmrClient" /> + <bean id="DE-Specific-Search" + class="at.asitplus.eidas.specific.modules.auth.eidas.v2.handler.DeSpecificDetailSearchProcessor"> + </bean> + + <bean id="IT-Specific-Search" + class="at.asitplus.eidas.specific.modules.auth.eidas.v2.handler.ItSpecificDetailSearchProcessor"> + </bean> </beans>
\ No newline at end of file |