Skip to content

Commit

Permalink
updated ninja test ctx to match other ones
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 6, 2023
1 parent b5ff6d0 commit 33534fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/ninja/src/test/resources/ctx-ninja-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@
http://www.springframework.org/schema/context/spring-context-3.0.xsd"
default-lazy-init="false">

<context:annotation-config/>

<bean class="com.evolveum.midpoint.ninja.LogBeanPostProcessor"/>

<bean id="lightweightIdentifierGenerator"
class="com.evolveum.midpoint.repo.sql.testing.LightweightIdentifierGeneratorMock"/>

<import resource="classpath:ctx-security.xml"/>
<import resource="classpath:ctx-common.xml"/>
<import resource="classpath:ctx-audit.xml"/>
<import resource="classpath:ctx-security.xml"/>
<import resource="classpath:ctx-task.xml"/>
<import resource="classpath:ctx-repository-test.xml"/>
<import resource="classpath:ctx-repo-cache.xml"/>
Expand Down

0 comments on commit 33534fb

Please sign in to comment.