}
public void testLocalEjbStore() throws Exception {
NamingResources resources = new NamingResources();
ContextLocalEjb ejb = new ContextLocalEjb();
ejb.setName("ejb/Service");
ejb.setType("org.super.Bean");
ejb.setHome("org.super.BeanHome");
resources.addLocalEjb(ejb);
String aspectedResult = "<GlobalNamingResources>" + LF.LINE_SEPARATOR
+ " <LocalEjb" + LF.LINE_SEPARATOR
+ " home=\"org.super.BeanHome\"" + LF.LINE_SEPARATOR
+ " name=\"ejb/Service\"" + LF.LINE_SEPARATOR