if (c == null) {
result.addNaDetails(smh.getLocalString
("tests.componentNameConstructor",
"For [ {0} ]",
new Object[] {compName.toString()}));
result.notApplicable(smh.getLocalString
("com.sun.enterprise.tools.verifier.tests.connector.ConnectorTest.optionalInterfaceMissing",
"Warning: There is no implementation of the optional [ {0} ] interface",
new Object[] {"javax.resource.spi.ConnectionRequestInfo"}));
} else {
// An implementation of the interface is provided, let's check the equals method