count pushed and pulled changesets

This commit is contained in:
Sebastian Sdorra
2013-05-26 10:52:31 +02:00
parent 8d593b6263
commit 2818ed1a76
4 changed files with 115 additions and 11 deletions

View File

@@ -91,6 +91,7 @@ public class GitPushCommandTest extends AbstractRemoteCommandTestBase
PushResponse response = cmd.push(request);
assertNotNull(response);
assertEquals(2l, response.getChangesetCount());
Iterator<RevCommit> commits = incoming.log().call().iterator();