Repository: james-project Updated Branches: refs/heads/master 893b6452b -> bf13f1e6d
JAMES-2400 fix a QuotaQueryTest method name Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/6b75b1a3 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/6b75b1a3 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/6b75b1a3 Branch: refs/heads/master Commit: 6b75b1a35a571f6bfdc891cfd7815de0e414ee53 Parents: 893b645 Author: Matthieu Baechler <matth...@apache.org> Authored: Tue May 22 15:16:27 2018 +0200 Committer: Matthieu Baechler <matth...@apache.org> Committed: Tue May 22 15:32:37 2018 +0200 ---------------------------------------------------------------------- .../test/java/org/apache/james/quota/search/QuotaClauseTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/6b75b1a3/mailbox/plugin/quota-search/src/test/java/org/apache/james/quota/search/QuotaClauseTest.java ---------------------------------------------------------------------- diff --git a/mailbox/plugin/quota-search/src/test/java/org/apache/james/quota/search/QuotaClauseTest.java b/mailbox/plugin/quota-search/src/test/java/org/apache/james/quota/search/QuotaClauseTest.java index 66055c7..8f98475 100644 --- a/mailbox/plugin/quota-search/src/test/java/org/apache/james/quota/search/QuotaClauseTest.java +++ b/mailbox/plugin/quota-search/src/test/java/org/apache/james/quota/search/QuotaClauseTest.java @@ -79,7 +79,7 @@ public class QuotaClauseTest implements QuotaClause { } @Test - public void andClauseShouldThrowWhenDomainIsNull() { + public void andClauseShouldThrowWhenClauseIsNull() { List<QuotaClause> clauses = null; assertThatThrownBy(() -> QuotaClause.and(clauses)) .isInstanceOf(NullPointerException.class); --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org