public void test01deleteAttr() throws Exception {
if(log.isDebugEnabled()) log.debug("*** test01deleteAttr ***");
List applications = new ArrayList();
Collection resources =new TreeSet(new ResourceNameComparator());
Collection attributes = new TreeSet(new AttributeNameComparator());
Attribute attribute = new Attribute("test");
String currentAttribute = attribute.getId();
Resource resource = new Resource("test");
String currentResource = resource.getId();
Application application = new Application("test");