Skip to content

Commit

Permalink
Adjusting provisioning tests
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 17, 2015
1 parent 4d78530 commit ca38131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -94,7 +94,7 @@ public void test001Connectors() throws SchemaException {
ProvisioningTestUtil.assertConnectorSchemaSanity(conn, prismContext);
}

assertEquals("Unexpected number of connectors found", 5, connectors.size());
assertEquals("Unexpected number of connectors found", 6, connectors.size());
}

@Test
Expand All @@ -114,7 +114,7 @@ public void testListConnectors() throws Exception{
System.out.println("-----\n");
}

assertEquals("Unexpected number of connectors found", 5, connectors.size());
assertEquals("Unexpected number of connectors found", 6, connectors.size());
}

@Test
Expand Down
Expand Up @@ -250,7 +250,7 @@ public void test010ListConnectors() throws CommunicationException {

System.out.println("---------------------------------------------------------------------");

assertEquals("Unexpected number of connectors discovered", 5, connectors.size());
assertEquals("Unexpected number of connectors discovered", 6, connectors.size());
}

@Test
Expand Down

0 comments on commit ca38131

Please sign in to comment.