コード例 #1
0
ファイル: EntryTest.java プロジェクト: nabils/jackrabbit
 @Override
 protected void tearDown() throws Exception {
   try {
     acMgr.removePolicy(testPath, acl);
     superuser.save();
   } finally {
     super.tearDown();
   }
 }
コード例 #2
0
ファイル: EntryTest.java プロジェクト: nabils/jackrabbit
 protected void setUp() throws Exception {
   super.setUp();
   testPath = testRootNode.getPath();
 }