Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 29, 2019
2 parents 7e97441 + 8fc410d commit 365c1ce
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -832,7 +832,7 @@ public void test200ReconcileDummy() throws Exception {

// THEN
displayThen(TEST_NAME);
assertCounterIncrement(InternalCounters.SHADOW_FETCH_OPERATION_COUNT, 4);
assertCounterIncrement(InternalCounters.SHADOW_FETCH_OPERATION_COUNT, 6);

reconciliationTaskResultListener.assertResult(RESOURCE_DUMMY_OID, 0, 7, 0, 0);

Expand Down Expand Up @@ -995,7 +995,7 @@ public void test219ReconcileDummyFixed() throws Exception {

// THEN
displayThen(TEST_NAME);
assertCounterIncrement(InternalCounters.SHADOW_FETCH_OPERATION_COUNT, 4);
assertCounterIncrement(InternalCounters.SHADOW_FETCH_OPERATION_COUNT, 6);

reconciliationTaskResultListener.assertResult(RESOURCE_DUMMY_OID, 0, 7, 0, 0);

Expand Down Expand Up @@ -1151,7 +1151,7 @@ public void test229ReconcileDummyFixed() throws Exception {

// THEN
displayThen(TEST_NAME);
assertCounterIncrement(InternalCounters.SHADOW_FETCH_OPERATION_COUNT, 4);
assertCounterIncrement(InternalCounters.SHADOW_FETCH_OPERATION_COUNT, 6);

reconciliationTaskResultListener.assertResult(RESOURCE_DUMMY_OID, 0, 7, 0, 0);

Expand Down Expand Up @@ -1242,7 +1242,7 @@ public void test230ReconcileDummyRename() throws Exception {

// THEN
displayThen(TEST_NAME);
assertCounterIncrement(InternalCounters.SHADOW_FETCH_OPERATION_COUNT, 4);
assertCounterIncrement(InternalCounters.SHADOW_FETCH_OPERATION_COUNT, 6);

reconciliationTaskResultListener.assertResult(RESOURCE_DUMMY_OID, 0, 7, 0, 1);

Expand Down

0 comments on commit 365c1ce

Please sign in to comment.