mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
enhance logcommand
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user