Skip to content

Commit

Permalink
Fixing shadow recon conunts in test
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Apr 28, 2017
1 parent da071ba commit b45b677
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -284,7 +284,7 @@ public void test220ReconcileDummyUuidDeleteAddAugustus() throws Exception {

// THEN
TestUtil.displayThen(TEST_NAME);
reconciliationTaskResultListener.assertResult(RESOURCE_DUMMY_UUID_OID, 0, 1, 0, 1);
reconciliationTaskResultListener.assertResult(RESOURCE_DUMMY_UUID_OID, 0, 1, 0, 0);

List<PrismObject<UserType>> users = modelService.searchObjects(UserType.class, null, null, task, result);
display("Users after import", users);
Expand Down Expand Up @@ -365,7 +365,7 @@ public void test230ReconcileDummyUuidDeleteAugustusAddAugustina() throws Excepti

// THEN
TestUtil.displayThen(TEST_NAME);
reconciliationTaskResultListener.assertResult(RESOURCE_DUMMY_UUID_OID, 0, 1, 0, 1);
reconciliationTaskResultListener.assertResult(RESOURCE_DUMMY_UUID_OID, 0, 1, 0, 0);

List<PrismObject<UserType>> users = modelService.searchObjects(UserType.class, null, null, task, result);
display("Users after import", users);
Expand Down

0 comments on commit b45b677

Please sign in to comment.