diff options
| author | liuwentan <[email protected]> | 2023-11-24 15:36:27 +0800 |
|---|---|---|
| committer | liuwentan <[email protected]> | 2023-11-24 15:36:27 +0800 |
| commit | 7568d4e2b9f2bf4ea4540731eb35d9395ca1c28b (patch) | |
| tree | d4a30b3694e830c21093bc8098ddf2efef5abaf1 /test | |
| parent | 179c983b124fd73c18586ccb4816dd222a90339e (diff) | |
[PATCH]bugfix for switch expr enginev4.1.10
Diffstat (limited to 'test')
| -rw-r--r-- | test/maat_input_mode_gtest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/maat_input_mode_gtest.cpp b/test/maat_input_mode_gtest.cpp index 058d6c9..d7e0d65 100644 --- a/test/maat_input_mode_gtest.cpp +++ b/test/maat_input_mode_gtest.cpp @@ -86,7 +86,7 @@ TEST(iris_mode, maat_scan_string) { struct maat_options *opts = maat_options_new(); maat_options_set_iris(opts, tmp_iris_full_idx_path, tmp_iris_inc_idx_path); maat_options_set_logger(opts, "./maat_input_mode_gtest.log", LOG_LEVEL_INFO); - + struct maat *maat_inst = maat_new(opts, table_info_path); EXPECT_TRUE(maat_inst != NULL); @@ -235,7 +235,7 @@ int main(int argc, char ** argv) { int ret=0; ::testing::InitGoogleTest(&argc, argv); - g_logger = log_handle_create("./input_mode_gtest.log", 0); + g_logger = log_handle_create("./maat_input_mode_gtest.log", 0); char json_iris_path[NAME_MAX] = {0}; snprintf(json_iris_path, sizeof(json_iris_path), "./%s_iris_tmp", json_filename); |
