Skip to content

Commit

Permalink
Fixing TestVillage (clone count)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed May 30, 2017
1 parent c25e544 commit 065bf3f
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -318,7 +318,7 @@ public void test020ResourceOpenDjGet() throws Exception {
TestUtil.assertSuccess(result);

// variable number of clones because of trigger scanner task
assertPrismObjectCloneIncrement(2, 3);
assertPrismObjectCloneIncrement(1, 2);

assertResourceSchemaFetchIncrement(0);
assertResourceSchemaParseCountIncrement(0);
Expand Down Expand Up @@ -368,8 +368,8 @@ public void test022ResourceOpenDjRefinedSchema() throws Exception {
display("Times", "getObject(RESOURCE_OPENDJ_OID): "+(t1-t0)+"ms\ngetResourceSchema: "+(t3-t2)
+"ms\ngetRefinedSchema: "+(t4-t3)+"ms");

// variable number of clones: 2 or 3 because of trigger scanner task
assertPrismObjectCloneIncrement(2,3);
// variable number of clones: 1 or 2 because of trigger scanner task
assertPrismObjectCloneIncrement(1,2);

assertResourceSchemaFetchIncrement(0);
assertResourceSchemaParseCountIncrement(0);
Expand Down

0 comments on commit 065bf3f

Please sign in to comment.