Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9551B200BD8 for ; Wed, 23 Nov 2016 04:55:56 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 92553160B1F; Wed, 23 Nov 2016 03:55:56 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0A406160B1C for ; Wed, 23 Nov 2016 04:55:55 +0100 (CET) Received: (qmail 33330 invoked by uid 500); 23 Nov 2016 03:55:55 -0000 Mailing-List: contact commits-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list commits@kylin.apache.org Received: (qmail 33210 invoked by uid 99); 23 Nov 2016 03:55:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2016 03:55:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C9EE4DFFAB; Wed, 23 Nov 2016 03:55:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: liyang@apache.org To: commits@kylin.apache.org Message-Id: <2a1dc4bad463450d8245d1ce94462f90@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: kylin git commit: fix unit test Date: Wed, 23 Nov 2016 03:55:54 +0000 (UTC) archived-at: Wed, 23 Nov 2016 03:55:56 -0000 Repository: kylin Updated Branches: refs/heads/KYLIN-2195 66a7167d4 -> ce274c68d fix unit test Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ce274c68 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/ce274c68 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/ce274c68 Branch: refs/heads/KYLIN-2195 Commit: ce274c68d04e7a4a139525d5e5fdab8fb16a276a Parents: 66a7167 Author: Li Yang Authored: Wed Nov 23 11:55:48 2016 +0800 Committer: Li Yang Committed: Wed Nov 23 11:55:48 2016 +0800 ---------------------------------------------------------------------- .../src/test/java/org/apache/kylin/common/KylinConfigTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/ce274c68/core-common/src/test/java/org/apache/kylin/common/KylinConfigTest.java ---------------------------------------------------------------------- diff --git a/core-common/src/test/java/org/apache/kylin/common/KylinConfigTest.java b/core-common/src/test/java/org/apache/kylin/common/KylinConfigTest.java index 886d8ee..9257718 100644 --- a/core-common/src/test/java/org/apache/kylin/common/KylinConfigTest.java +++ b/core-common/src/test/java/org/apache/kylin/common/KylinConfigTest.java @@ -56,7 +56,7 @@ public class KylinConfigTest extends LocalFileMetadataTestCase { @Test public void testBackwardCompatibility() { KylinConfig config = KylinConfig.getInstanceFromEnv(); - final String oldk = "kylin.test.bcc.new.key"; + final String oldk = "kylin.test.bcc.old.key"; final String newk = "kylin.test.bcc.new.key"; assertNull(config.getOptional(oldk));