fix wrong itcase commit message

This commit is contained in:
Sebastian Sdorra
2017-06-06 11:21:05 +02:00
parent 2df42711dc
commit 0b78c4eeeb

View File

@@ -179,7 +179,7 @@ public class RepositoryHookITCase extends AbstractAdminITCaseBase
private Changeset commit(String message) throws IOException { private Changeset commit(String message) throws IOException {
Changeset a = repositoryClient.getCommitCommand().commit( Changeset a = repositoryClient.getCommitCommand().commit(
new Person("scmadmin", "scmadmin@scm-manager.org"), "added a" new Person("scmadmin", "scmadmin@scm-manager.org"), message
); );
if ( repositoryClient.isCommandSupported(ClientCommand.PUSH) ) { if ( repositoryClient.isCommandSupported(ClientCommand.PUSH) ) {
repositoryClient.getPushCommand().push(); repositoryClient.getPushCommand().push();