From 05876d568ac62c906a889906475efed837f9c5ef Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Thu, 5 Jan 2023 17:49:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E5=BA=8F=E5=88=97?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/base/test_base.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/base/test_base.cpp b/code/base/test_base.cpp index c1f1970..28a1573 100644 --- a/code/base/test_base.cpp +++ b/code/base/test_base.cpp @@ -515,6 +515,7 @@ public: void init_test_map_() { test_map_[WRITE_CFG_NAME] = &test::set_init_cfg; + test_map_[HGPDTTOOLDB_NAME_SET_JSON_SN] = &test::test_set_json_serial_num; test_map_[HGPDTTOOLDB_NAME_CLEAR_PAPER_PATH] = &test::tset_clear_paper_path; test_map_[HGPDTTOOLDB_NAME_KEY_FUNCTION] = &test::test_key_funtion; test_map_[HGPDTTOOLDB_NAME_COUNTING_MODE] = &test::test_count_mode;