James Moger
2012-07-11 f3ce6e80794ff3a234dbd8850c8501abda95cedb
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);
   }