gerrit/gerrit-acceptance-tests
David Pursehouse 818264876a AbstractSubmit: Remove redundant assertion about null IOException
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
2018-09-06 20:30:51 +09:00
..
src/test/java/com/google/gerrit/acceptance AbstractSubmit: Remove redundant assertion about null IOException 2018-09-06 20:30:51 +09:00
BUILD Run reindex test against Elasticsearch in addition to Lucene 2018-04-19 13:28:06 +02:00
tests.bzl Apply buildifier to .bzl files. 2018-07-10 20:38:52 +09:00