gerrit/gerrit-acceptance-tests
Dave Borowitz 51580d7c5f Fix removing reviewers with no votes under NoteDb
We had a short-circuit check that throws ResourceNotFoundException if
no votes would be removed. However, in NoteDb, it is possible to have
a reviewer who has no votes, rather than the dummy vote found in
NoteDb. Fix the short-circuit check to depend on the actual reviewer
set, rather than the vote list.

Add a test case to ChangeIT. The existing removeReviewer test didn't
catch this because it always added a vote before removing the
reviewer.

Change-Id: Id56e4df95d5799580219d09c65a26f671b2f4202
2016-07-01 10:29:22 -04:00
..
src/test/java/com/google/gerrit/acceptance Fix removing reviewers with no votes under NoteDb 2016-07-01 10:29:22 -04:00
BUCK Buck: Remove jgit cell 2016-04-20 22:02:49 +02:00
BUILD Implement Bazel build 2016-06-14 21:12:02 +02:00
tests.bzl Implement Bazel build 2016-06-14 21:12:02 +02:00
tests.defs Buck: Acceptance tests depend unconditionally on bouncycastle 2016-06-06 23:00:34 +02:00