@Override
protected void tearDown() throws Exception
{
Controller controller = ((ScopingTestAPIDelegate)getDelegate()).getController();
controller.removeAlias("simple");
ScopeKey sk1 = new ScopeKey(new Scope[]{new Scope(CommonLevels.DEPLOYMENT, "deployment1"), new Scope(CommonLevels.APPLICATION, "testApp")});
ScopedAliasControllerContext.removeAlias("simple", sk1, controller);
ScopeKey sk3 = new ScopeKey(new Scope[]{new Scope(CommonLevels.DEPLOYMENT, "deployment3"), new Scope(CommonLevels.APPLICATION, "testApp")});