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

[27/32] incubator-kylin git commit: KYLIN-783 minor change to trigger mirroring

KYLIN-783 minor change to trigger mirroring


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

Branch: refs/heads/0.8.0
Commit: 0c5d549ba55a4d13b74fd83dd72656b3b4eb9dfa
Parents: 69c1a93
Author: honma <ho...@ebay.com>
Authored: Tue May 26 15:46:38 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue May 26 23:21:28 2015 +0800

----------------------------------------------------------------------
 .../org/apache/kylin/rest/controller/ITTableControllerTest.java    | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/0c5d549b/server/src/test/java/org/apache/kylin/rest/controller/ITTableControllerTest.java
----------------------------------------------------------------------
diff --git a/server/src/test/java/org/apache/kylin/rest/controller/ITTableControllerTest.java b/server/src/test/java/org/apache/kylin/rest/controller/ITTableControllerTest.java
index 7e6dd5a..6fd7653 100644
--- a/server/src/test/java/org/apache/kylin/rest/controller/ITTableControllerTest.java
+++ b/server/src/test/java/org/apache/kylin/rest/controller/ITTableControllerTest.java
@@ -65,10 +65,8 @@ public class ITTableControllerTest extends ServiceTestBase {
                 break;
             }
         }
-
         Assert.assertNotNull(factTable);
 
-
         Map<String, String[]> loadResult = tableController.loadHiveTable("test_kylin_fact,TEST_CATEGORY_GROUPINGS", "default");
         Assert.assertNotNull(loadResult);