Skip to content

Commit

Permalink
added test init objects class to fast and full suite
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jan 17, 2023
1 parent e02e982 commit d64a91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions model/model-intest/testng-integration-fast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<class name="com.evolveum.midpoint.model.intest.rbac.TestRbac"/>
<class name="com.evolveum.midpoint.model.intest.sync.TestImportRecon"/>
<class name="com.evolveum.midpoint.model.intest.manual.TestManual"/>
<class name="com.evolveum.midpoint.model.intest.TestInitialObjects"/>
</classes>
</test>
</suite>
1 change: 1 addition & 0 deletions model/model-intest/testng-integration-full.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<class name="com.evolveum.midpoint.model.intest.TestMemberRecompute"/>
<class name="com.evolveum.midpoint.model.intest.TestIndexing"/>
<class name="com.evolveum.midpoint.model.intest.TestIdentities"/>
<class name="com.evolveum.midpoint.model.intest.TestInitialObjects"/>
</classes>
</test>
<test name="Synchronization" preserve-order="true" parallel="none" verbose="10">
Expand Down

0 comments on commit d64a91f

Please sign in to comment.