return getDeploySetup(EJB31JNDINamingSpecUnitTestCase.class, "ejb31-portable-jndi-names.jar");
}
public void testJNDINamesForSLSB() throws Exception
{
JNDI31Lookup delegateBean = (JNDI31Lookup) this.getInitialContext().lookup(JNDI31LookupBean.JNDI_NAME);
delegateBean.lookupPortableSLSBJNDINames();
}