James Moger
2012-07-27 37c04f6744f88e8cd2754c40669eb0696c3045e6
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);
   }