James Moger
2012-07-17 a01257b8a1ace8e8b13e6a3b25aebb0348610409
tests/com/gitblit/tests/GitServletTest.java
@@ -42,7 +42,6 @@
   @BeforeClass
   public static void startGitblit() throws Exception {
      deleteWorkingFolders();
      started.set(GitBlitSuite.startGitblit());
   }
@@ -50,11 +49,11 @@
   public static void stopGitblit() throws Exception {
      if (started.get()) {
         GitBlitSuite.stopGitblit();
         deleteWorkingFolders();
      }
      deleteWorkingFolders();
   }
   
   private static void deleteWorkingFolders() throws Exception {
   public static void deleteWorkingFolders() throws Exception {
      if (ticgitFolder.exists()) {
         FileUtils.delete(ticgitFolder, FileUtils.RECURSIVE);
      }