protected void tearDown() throws Exception {
   FileSetTestCase.this.tearDown();
   try {
     super.tearDown();
   } catch (IllegalArgumentException ignore) {
   }
 }
 protected void tearDown() throws Exception {
   FileUtil.delete(myTempDir);
   super.tearDown();
 }