test:update the unit test.

This commit is contained in:
Haojun Liao 2022-07-07 15:33:53 +08:00
parent d9e5172357
commit 44d7397e18
1 changed files with 1 additions and 2 deletions

View File

@ -750,7 +750,6 @@ TEST(testCase, projection_query_stables) {
taos_close(pConn); taos_close(pConn);
} }
#endif
TEST(testCase, agg_query_tables) { TEST(testCase, agg_query_tables) {
TAOS* pConn = taos_connect("localhost", "root", "taosdata", NULL, 0); TAOS* pConn = taos_connect("localhost", "root", "taosdata", NULL, 0);
ASSERT_NE(pConn, nullptr); ASSERT_NE(pConn, nullptr);
@ -775,7 +774,6 @@ TEST(testCase, agg_query_tables) {
taos_close(pConn); taos_close(pConn);
} }
#if 0
/* /*
--- copy the following script in the shell to setup the environment --- --- copy the following script in the shell to setup the environment ---
@ -821,6 +819,7 @@ TEST(testCase, async_api_test) {
getchar(); getchar();
taos_close(pConn); taos_close(pConn);
} }
#endif
TEST(testCase, update_test) { TEST(testCase, update_test) {