James Moger
2012-07-14 d6372fccccce790d8a75fc447510c1437f55e653
tests/com/gitblit/tests/JGitUtilsTest.java
@@ -71,7 +71,7 @@
      assertEquals(0, list.size());
      list.addAll(JGitUtils.getRepositoryList(new File("DoesNotExist"), true, true));
      assertEquals(0, list.size());
      list.addAll(JGitUtils.getRepositoryList(GitBlitSuite.REPOSITORIES, true, true));
      list.addAll(JGitUtils.getRepositoryList(GitBlitSuite.REPOSITORIES, false, true));
      assertTrue("No repositories found in " + GitBlitSuite.REPOSITORIES, list.size() > 0);
   }