You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bi...@apache.org on 2016/12/19 11:32:09 UTC

kylin git commit: minor, fix the typo

Repository: kylin
Updated Branches:
  refs/heads/KYLIN-2293 f37537f18 -> aa7204343


minor, fix the typo


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/aa720434
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/aa720434
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/aa720434

Branch: refs/heads/KYLIN-2293
Commit: aa720434347fa3ab48a8581979084bf83c2b5bdb
Parents: f37537f
Author: Billy Liu <bi...@apache.org>
Authored: Mon Dec 19 19:31:52 2016 +0800
Committer: Billy Liu <bi...@apache.org>
Committed: Mon Dec 19 19:31:52 2016 +0800

----------------------------------------------------------------------
 .../test/java/org/apache/kylin/dict/AppendTrieDictionaryTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/aa720434/core-dictionary/src/test/java/org/apache/kylin/dict/AppendTrieDictionaryTest.java
----------------------------------------------------------------------
diff --git a/core-dictionary/src/test/java/org/apache/kylin/dict/AppendTrieDictionaryTest.java b/core-dictionary/src/test/java/org/apache/kylin/dict/AppendTrieDictionaryTest.java
index c052fea..a5ed6f8 100644
--- a/core-dictionary/src/test/java/org/apache/kylin/dict/AppendTrieDictionaryTest.java
+++ b/core-dictionary/src/test/java/org/apache/kylin/dict/AppendTrieDictionaryTest.java
@@ -59,7 +59,7 @@ public class AppendTrieDictionaryTest extends LocalFileMetadataTestCase {
 
     @Before
     public void setUp() {
-        staticCreateTegit stMetadata();
+        staticCreateTestMetadata();
         System.setProperty("kylin.dictionary.append-entry-size", "50000");
         System.setProperty("kylin.env.hdfs-working-dir", BASE_DIR);
     }