summaryrefslogtreecommitdiff
path: root/eaaf_core/src/test/resources/SpringTest-context_eaaf_core.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_core/src/test/resources/SpringTest-context_eaaf_core.xml')
-rw-r--r--eaaf_core/src/test/resources/SpringTest-context_eaaf_core.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/eaaf_core/src/test/resources/SpringTest-context_eaaf_core.xml b/eaaf_core/src/test/resources/SpringTest-context_eaaf_core.xml
index 77d70740..295bf151 100644
--- a/eaaf_core/src/test/resources/SpringTest-context_eaaf_core.xml
+++ b/eaaf_core/src/test/resources/SpringTest-context_eaaf_core.xml
@@ -9,6 +9,8 @@
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
+ <import resource="classpath:/spring/eaaf_utils.beans.xml"/>
+
<bean id="TestAuthenticationDataBuilder"
class="at.gv.egiz.eaaf.core.impl.idp.auth.TestAuthenticationDataBuilder" />