Extract a type for sets of reviewers, and store timestamp

Change-Id: I946b3d89ff9b77a2eecb077b7c76735a8511eab1
This commit is contained in:
Dave Borowitz
2016-05-25 17:21:31 -04:00
parent b2719933ef
commit b01bd893cc
18 changed files with 191 additions and 111 deletions

View File

@@ -298,7 +298,7 @@ public class PushOneCommit {
throws OrmException, NoSuchChangeException {
Iterable<Account.Id> actualIds = approvalsUtil
.getReviewers(db, notesFactory.createChecked(db, c))
.values();
.all();
assertThat(actualIds).containsExactlyElementsIn(
Sets.newHashSet(TestAccount.ids(expectedReviewers)));
}