James Moger
2012-12-07 55037b1691c736b3cf95eadf583a8be526b9a3a2
tests/com/gitblit/tests/FederationTests.java
@@ -136,7 +136,7 @@
      
      TeamModel team = new TeamModel("testteam");
      team.addUser("test");
      team.addRepository("helloworld.git");
      team.addRepositoryPermission("helloworld.git");
      assertTrue(RpcUtils.createTeam(team, url, account, password.toCharArray()));
      
      users = FederationUtils.getUsers(getRegistration());