diff options
author | Thomas <> | 2022-01-09 14:50:27 +0100 |
---|---|---|
committer | Thomas <> | 2022-01-09 14:50:27 +0100 |
commit | 92cbdb1315174bed0cdb7e565fec181301012a85 (patch) | |
tree | 09325d590a1d6b8f7cf15a01f7ad14155c0d7a1d /eidas_modules/authmodule-eIDAS-v2/src/test | |
parent | a3293c946ed5b8e2bc2076a9a7eb00a4c70a41aa (diff) | |
download | National_eIDAS_Gateway-92cbdb1315174bed0cdb7e565fec181301012a85.tar.gz National_eIDAS_Gateway-92cbdb1315174bed0cdb7e565fec181301012a85.tar.bz2 National_eIDAS_Gateway-92cbdb1315174bed0cdb7e565fec181301012a85.zip |
refactor(core): update GUI generation to new API from EAAF-Components 1.2.x
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/src/test')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml | 2 |
1 files changed, 1 insertions, 1 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 60ecfa8c..6d6bb51e 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 @@ -20,7 +20,7 @@ <import resource="SpringTest-context_basic_test.xml" /> <bean id="mvcGUIBuilderImpl" - class="at.asitplus.eidas.specific.connector.gui.SpringMvcGuiFormBuilderImpl" /> + class="at.gv.egiz.eaaf.core.impl.gui.builder.SpringMvcGuiFormBuilderImpl" /> <bean id="springManagedSpecificConnectorCommunicationService" class="at.asitplus.eidas.specific.modules.auth.eidas.v2.test.dummy.DummySpecificCommunicationService" /> |