commit | fc5fab29346cdb31c05a3fe07e2c3ddbc9fc0e41 | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Mon Jul 26 12:17:39 2021 +0200 |
committer | margaretha <margaretha@ids-mannheim.de> | Mon Jul 26 15:22:12 2021 +0200 |
tree | 180df9ddbc87d38da5824a4e43587ea979f477ed | |
parent | 6f6911ee1deebf3f4753f4544356aa9abb0fa157 [diff] [blame] |
Replaced annotation parsing with restoring the annotation tables to the database. Change-Id: I79b33e4634642bcff42f79d8132964afdc123024
diff --git a/full/src/test/resources/test-config.xml b/full/src/test/resources/test-config.xml index d17718c..de438a1 100644 --- a/full/src/test/resources/test-config.xml +++ b/full/src/test/resources/test-config.xml
@@ -175,7 +175,7 @@ <constructor-arg name="properties" ref="props" /> </bean> - <bean id="initializator" class="de.ids_mannheim.de.init.InitializatorImpl" + <bean id="initializator" class="de.ids_mannheim.de.init.Initializator" init-method="initTest"> </bean>