ManagedConnectionFactory factory = getManagedConnectionFactory();
ManagedConnection match = null;
// make sure that the created connection matches the info used
// to establish it
match = factory.matchManagedConnections(connections, null, info);
assertEquals(connection, match);
// make sure connection matching works when the alternative URI
// is the same as the acceptors.
URI failURI = getUnusedURI();