Merge "Merge branch stable-2.12" into stable-2.13

This commit is contained in:
Edwin Kempin
2018-12-28 16:03:33 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -606,7 +606,7 @@ public abstract class AbstractPushForReview extends AbstractDaemonTest {
PushResult pr = GitUtil.pushHead(
testRepo, "refs/for/foo%base=" + rBase.getCommit().name(), false, false);
assertThat(pr.getMessages()).contains("changes: new: 1, refs: 1, done");
assertThat(pr.getMessages()).containsMatch("changes: .*new: 1.*done");
assertTwoChangesWithSameRevision(r);
}