Skip to content

Commit

Permalink
ninja: jenkins failing test initialization blind attempt to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 5, 2023
1 parent ba90363 commit a68cb22
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/ninja/src/test/resources/ctx-ninja-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@
-->
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd"
default-lazy-init="false">

<context:annotation-config/>

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

Expand Down

0 comments on commit a68cb22

Please sign in to comment.