@Override protected void tearDown() throws Exception { try { acMgr.removePolicy(testPath, acl); superuser.save(); } finally { super.tearDown(); } }
protected void setUp() throws Exception { super.setUp(); testPath = testRootNode.getPath(); }