Files
gerrit/gerrit-server/src/test/java
Dave Borowitz 9f77aede3d Don't validate LabelTypes in ChangeUpdate
We don't perform other types of validation on the approvals input,
e.g. for permissions, which are just handled by LabelNormalizer. Since
it's assumed callers will be passing their inputs through
LabelNormalizer if necessary anyway, they are likely already taking
care of validation.

Still pass in the Comparator for aesthetics when ordering (analogous
to how we use account names for aesthetics when referring to
identities).

Change-Id: I1e8005db9cc867a60cfb384bbec55e363f250dac
2014-02-19 14:52:04 -08:00
..