// ooppss, no implementation of the default Connection Manager
result.addErrorDetails(smh.getLocalString
("tests.componentNameConstructor",
"For [ {0} ]",
new Object[] {compName.toString()}));
result.failed(smh.getLocalString
("com.sun.enterprise.tools.verifier.tests.connector.DefaultConnectionManagerExistence.failed",
"Error: There is no default implementation of the [ {0} ] provided",
new Object[] {"javax.resource.spi.ConnectionManager"}));
return result;
}