Skip to content

Commit

Permalink
Fixing TestMultiConnector (added eDir connector)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Aug 11, 2015
1 parent ef253be commit 73167c3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -114,7 +114,7 @@ public void test010ListConnectors() throws Exception {
result.computeStatus();
TestUtil.assertSuccess("getObject result", result);

assertEquals("Unexpected number of connectors", 5, connectors.size());
assertEquals("Unexpected number of connectors", 6, connectors.size());
for(PrismObject<ConnectorType> connector: connectors) {
display("Connector", connector);
ConnectorType connectorType = connector.asObjectable();
Expand Down

0 comments on commit 73167c3

Please sign in to comment.