SubmittedTogether: Use WalkSorter in the open case as well
MergeSuperSet doesn't return the most useful ordering, so use something more stable, and be consistent with the merged case. Change-Id: Ia9dd6efe307dcf2c5535f49f7e6d38fc9bd06545
This commit is contained in:
@@ -61,8 +61,8 @@ public class SubmitByFastForwardIT extends AbstractSubmit {
|
||||
assertSubmitter(change2.getChangeId(), 1);
|
||||
assertPersonEquals(admin.getIdent(), head.getAuthorIdent());
|
||||
assertPersonEquals(admin.getIdent(), head.getCommitterIdent());
|
||||
assertSubmittedTogether(id1, id1, id2);
|
||||
assertSubmittedTogether(id2, id1, id2);
|
||||
assertSubmittedTogether(id1, id2, id1);
|
||||
assertSubmittedTogether(id2, id2, id1);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user