AttributeManager attributeManager = (AttributeManager) ModelUtil
.getBean("attributeManager");
Attribute attribute = attributeManager.findByName("testing");
if (attribute != null) {
attributeManager.removeAttribute(attribute);
}
}
@Test
public void testOpenWindow() throws Exception {