protected void tearDown() throws Exception {
   if (mdlClassPath != null) setProperty("mdlClassPath", mdlClassPath.toString());
   super.tearDown();
   if (toRunTests() && project.exists()) {
     Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().closeAllEditors(true);
   }
   BaseTest.waitForJobs();
 }