protected void tearDown() throws Exception {
   // remove log listener
   RuntimeLog.removeLogListener(logListener);
   super.tearDown();
 }