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