Repository: kylin
Updated Branches:
  refs/heads/2.x-staging 3578d8b97 -> 30c9fd64d


KYLIN-1367 update test case


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

Branch: refs/heads/2.x-staging
Commit: 30c9fd64d82beccf07b30a2597a42a2cde9c0158
Parents: 3578d8b
Author: shaofengshi <[email protected]>
Authored: Tue Jan 26 16:03:22 2016 +0800
Committer: shaofengshi <[email protected]>
Committed: Tue Jan 26 16:03:44 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/30c9fd64/query/src/test/java/org/apache/kylin/query/test/ITKylinQueryTest.java
----------------------------------------------------------------------
diff --git 
a/query/src/test/java/org/apache/kylin/query/test/ITKylinQueryTest.java 
b/query/src/test/java/org/apache/kylin/query/test/ITKylinQueryTest.java
index b9acc8e..2b4cf0d 100644
--- a/query/src/test/java/org/apache/kylin/query/test/ITKylinQueryTest.java
+++ b/query/src/test/java/org/apache/kylin/query/test/ITKylinQueryTest.java
@@ -238,7 +238,7 @@ public class ITKylinQueryTest extends KylinTestBase {
     @Test
     public void testTopNQuery() throws Exception {
             if ("left".equalsIgnoreCase(joinType)) {
-            this.execAndCompDynamicQuery("src/test/resources/query/sql_topn", 
null, true);
+            this.execAndCompQuery("src/test/resources/query/sql_topn", null, 
true);
         }
     }
 

Reply via email to