}
descriptor.getEjbBundleDescriptor().setTestsDone(getClass().getName());
if(ejbJar!=null)
{
EnterpriseBeans entBean = ejbJar.getEnterpriseBeans();
String entBeanUniqueID = entBean.getUniqueId();
if(entBeanUniqueID == null)
{
result.passed(smh.getLocalString(getClass().getName()+".passed",
"PASSED [AS-EJB enterprise-beans] The unique-id key should not be defined. It will be " +
"automatically generated at deployment time."));