*/
public void test01_setSessionContext(){
try {
OperationsPolicy policy = new OperationsPolicy();
policy.allow( OperationsPolicy.Context_lookup);
policy.allow( OperationsPolicy.JNDI_access_to_java_comp_env );
Object expected = policy;
Object actual = basicMdbObject.getAllowedOperationsReport("setMessageDrivenContext");
assertNotNull("The OperationsPolicy is null", actual );