James Moger
2011-10-31 17820f3a1153250a325fed23dfc2da59ce6ba777
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);