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