enhance logcommand

This commit is contained in:
Eduard Heimbuch
2019-10-25 12:31:18 +02:00
parent 5c7bd90f7a
commit a938fd8682
8 changed files with 42 additions and 10 deletions

View File

@@ -128,7 +128,7 @@ public class SvnLogCommandTest extends AbstractSvnCommandTestBase
@Test
public void testGetCommit() {
Changeset c = createCommand().getChangeset("3");
Changeset c = createCommand().getChangeset("3", null);
assertNotNull(c);
assertEquals("3", c.getId());