James Moger
2011-11-01 c25a1d65ed2c94b65741d81862a7612ae12bdf76
tests/com/gitblit/tests/RpcTests.java
@@ -244,7 +244,7 @@
   }
   public void testBranches() throws Exception {
      Map<String, Collection<String>> branches = RpcUtils.getAllBranches(url, account,
      Map<String, Collection<String>> branches = RpcUtils.getBranches(url, account,
            password.toCharArray());
      assertTrue(branches != null);
      assertTrue(branches.size() > 0);