Return-Path: X-Original-To: apmail-calcite-dev-archive@www.apache.org Delivered-To: apmail-calcite-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A87A1846D for ; Tue, 14 Jul 2015 01:26:00 +0000 (UTC) Received: (qmail 1073 invoked by uid 500); 14 Jul 2015 01:22:50 -0000 Delivered-To: apmail-calcite-dev-archive@calcite.apache.org Received: (qmail 87253 invoked by uid 500); 14 Jul 2015 01:22:41 -0000 Mailing-List: contact dev-help@calcite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@calcite.incubator.apache.org Delivered-To: mailing list dev@calcite.incubator.apache.org Received: (qmail 63194 invoked by uid 99); 14 Jul 2015 00:40:56 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2015 00:40:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 856B3182310 for ; Tue, 14 Jul 2015 00:40:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-1.108, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=maprtech.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id PRYH5leTOCJw for ; Tue, 14 Jul 2015 00:40:55 +0000 (UTC) Received: from mail-yk0-f175.google.com (mail-yk0-f175.google.com [209.85.160.175]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 80BE220DD0 for ; Tue, 14 Jul 2015 00:40:55 +0000 (UTC) Received: by ykdu72 with SMTP id u72so26504612ykd.2 for ; Mon, 13 Jul 2015 17:40:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maprtech.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=SLrZwfJkSw+uPTPnNen9RKaI/qozmkxZCHI1BWfDc9I=; b=gmjgqJlSONNJlqrqcKxJ1LiQ1kmksRTA1E72m9FqqdJaAdTJn6rNEg7efT5x+1fANG 0g0WVb++HvnyLF1vIrNXHNyyjcYfBpgdOqweZ37ic8hk6wF1r4EJ7XB7fSngj35WFWLe iW4Y0jTj1rDjDoiwBr22qlQssEo55bKJa8tEk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=SLrZwfJkSw+uPTPnNen9RKaI/qozmkxZCHI1BWfDc9I=; b=jGInOwyrE5xmk3KhGrehcSM/GB0+7pKy3IGTE5uPPrYOTM+l6hHFLI20sDdw5xeksV F+p/8c9UFR91ypX0HuSbEVbVhSSjI7xSuNhIlb3uK/tStaxAAWDp+Xw5KYZ3ceWHTr3g Xl/BwbQzgjPPXfMsaFaZdmjQvxK9ChR7rcRTVKKJ7PmTK+XMTvo/BwAWygXlBp1cBcd8 nlQVFEdiX6cC2qJMEuQ1FNC9T+8i9ESqsPwTKIHnhMJRhOl2WBu2LzYW/CxyOORp6czt sR23eE5LcqiDQNUv4+10ktM/hDFOjKlcOIqgcSJl0e/AhMEynQAG6oEuavk6TRF6yzs6 jgfg== X-Gm-Message-State: ALoCoQk6YRr+qGD6UMD3gloIYzJUMoZFAYHAmwgj3fwV4VWOiRHfiKetfGMXdek7N2F0XH42MXED MIME-Version: 1.0 X-Received: by 10.129.102.213 with SMTP id a204mr40190808ywc.19.1436834454481; Mon, 13 Jul 2015 17:40:54 -0700 (PDT) Received: by 10.129.49.7 with HTTP; Mon, 13 Jul 2015 17:40:54 -0700 (PDT) Date: Mon, 13 Jul 2015 17:40:54 -0700 Message-ID: Subject: After adding error message to CalciteResource, UtilTest.testResources fails From: Hsuan Yi Chu To: dev@calcite.incubator.apache.org Content-Type: multipart/alternative; boundary=001a1149014642e0dd051acb17c6 --001a1149014642e0dd051acb17c6 Content-Type: text/plain; charset=UTF-8 I added a new @BaseMessage at CalciteResource. Then, AssertionError always pops up from UtilTest.testResources. Do I need to register new BaseMessage to anywhere? Thanks --001a1149014642e0dd051acb17c6--