Philip L. McMahon
2012-01-27 30f9d25d77ccb5cd978d4cf8fa389ec819e90e95
tests/com/gitblit/tests/JGitUtilsTest.java
@@ -217,8 +217,8 @@
   public void testCreateOrphanedBranch() throws Exception {
      Repository repository = JGitUtils.createRepository(GitBlitSuite.REPOSITORIES, "orphantest");
      assertTrue(JGitUtils.createOrphanBranch(repository,
            "x" + Long.toHexString(System.currentTimeMillis()).toUpperCase()));
      FileUtils.delete(repository.getDirectory(), FileUtils.RECURSIVE);
            "x" + Long.toHexString(System.currentTimeMillis()).toUpperCase(), null));
       FileUtils.delete(repository.getDirectory(), FileUtils.RECURSIVE);
   }
   @Test