818264876a
The call to assertThat(e).isNull() causes ErrorProne to raise a warning that there is a missing call to fail(), because it thinks that the exception is expected. Instead of asserting on the IOException, rethrow it as the cause of a new ValidationException. Change-Id: I7dd681196f8d63eb6f2a0063b55aa94d0ec1d71f |
||
---|---|---|
.. | ||
src/test/java/com/google/gerrit/acceptance | ||
BUILD | ||
tests.bzl |