You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by zu...@apache.org on 2017/03/06 20:18:14 UTC

[17/38] incubator-quickstep git commit: Fixed the bug in CommandExecutorTest.

Fixed the bug in CommandExecutorTest.


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

Branch: refs/heads/reorder-partitioned-hash-join
Commit: e41a6aa0f54f9ae9ecd929e3a9b9ef487971ca25
Parents: 5f5073f
Author: Zuyu Zhang <zu...@apache.org>
Authored: Tue Feb 28 17:43:39 2017 -0800
Committer: Zuyu Zhang <zu...@apache.org>
Committed: Tue Feb 28 17:43:39 2017 -0800

----------------------------------------------------------------------
 cli/tests/CMakeLists.txt                  | 1 -
 cli/tests/command_executor/CMakeLists.txt | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/e41a6aa0/cli/tests/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/cli/tests/CMakeLists.txt b/cli/tests/CMakeLists.txt
index 99fa3a3..48f27bb 100644
--- a/cli/tests/CMakeLists.txt
+++ b/cli/tests/CMakeLists.txt
@@ -27,7 +27,6 @@ add_executable(quickstep_cli_tests_CommandExecutorTest
 target_link_libraries(quickstep_cli_tests_CommandExecutorTest
                       glog
                       gtest
-                      gtest_main
                       quickstep_catalog_CatalogDatabase
                       quickstep_cli_CommandExecutor
                       quickstep_cli_DropRelation

http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/e41a6aa0/cli/tests/command_executor/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/cli/tests/command_executor/CMakeLists.txt b/cli/tests/command_executor/CMakeLists.txt
index 2cbf1bf..9cf1869 100644
--- a/cli/tests/command_executor/CMakeLists.txt
+++ b/cli/tests/command_executor/CMakeLists.txt
@@ -18,7 +18,7 @@
 add_test(quickstep_cli_tests_commandexecutor_d
          "../quickstep_cli_tests_CommandExecutorTest"
          "${CMAKE_CURRENT_SOURCE_DIR}/D.test"
-         "${CMAKE_CURRENT_BINARY_DIR}/Dt.test"
+         "${CMAKE_CURRENT_BINARY_DIR}/D.test"
          "${CMAKE_CURRENT_BINARY_DIR}/D/")
 add_test(quickstep_cli_tests_commandexecutor_dt
          "../quickstep_cli_tests_CommandExecutorTest"