You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/01/04 13:05:17 UTC

kylin git commit: fix UT

Repository: kylin
Updated Branches:
  refs/heads/KYLIN-2351 [created] ca6e579e3


fix UT


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

Branch: refs/heads/KYLIN-2351
Commit: ca6e579e3c5140f7035b24014179f23fc651aada
Parents: fa6cbe5
Author: Yang Li <li...@apache.org>
Authored: Wed Jan 4 21:04:51 2017 +0800
Committer: Yang Li <li...@apache.org>
Committed: Wed Jan 4 21:04:51 2017 +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/ca6e579e/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 a7e8152..da7a33b 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
@@ -54,7 +54,7 @@ import org.junit.Test;
  */
 public class AppendTrieDictionaryTest {
 
-    public static final String BASE_DIR = "/tmp/kylin_append_dict";
+    public static final String BASE_DIR = "file:///tmp/kylin_append_dict";
     public static final String RESOURCE_DIR = "/dict/append_dict_test";
 
     @BeforeClass