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 09:44:22 UTC

incubator-kylin git commit: KYLIN-783 minor change to trigger mirroring

Repository: incubator-kylin
Updated Branches:
  refs/heads/new697 9cdb43aa9 -> 8d190cc44


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/8d190cc4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/8d190cc4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/8d190cc4

Branch: refs/heads/new697
Commit: 8d190cc4406685632fda17b7e6a5affc0a7f02ce
Parents: 9cdb43a
Author: honma <ho...@ebay.com>
Authored: Tue May 26 15:46:38 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue May 26 15:46:38 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/8d190cc4/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);