summaryrefslogtreecommitdiff
path: root/eaaf_core/src/test/resources/SpringTest-authcommon-errorService.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_core/src/test/resources/SpringTest-authcommon-errorService.xml')
-rw-r--r--eaaf_core/src/test/resources/SpringTest-authcommon-errorService.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/eaaf_core/src/test/resources/SpringTest-authcommon-errorService.xml b/eaaf_core/src/test/resources/SpringTest-authcommon-errorService.xml
index 35bd9d6f..6264fac5 100644
--- a/eaaf_core/src/test/resources/SpringTest-authcommon-errorService.xml
+++ b/eaaf_core/src/test/resources/SpringTest-authcommon-errorService.xml
@@ -22,4 +22,7 @@
<bean id="simplePendingReqStrategy"
class="at.gv.egiz.eaaf.core.impl.utils.SimplePendingRequestIdGenerationStrategy"/>
+ <bean id="dummyExtensionErrorModel"
+ class="at.gv.egiz.eaaf.core.impl.idp.auth.service.DummyErrorGuiModelHandler" />
+
</beans>