From 334408a7781367f8aea0a58da53855562c28c5ef Mon Sep 17 00:00:00 2001 From: SloveZT Date: Wed, 19 May 2021 12:39:35 +0800 Subject: [PATCH] update distributeddatamgr_lite/dbm_kv_store_hal/src/dbm_kv_store_func_test.c. --- .../dbm_kv_store_hal/src/dbm_kv_store_func_test.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/distributeddatamgr_lite/dbm_kv_store_hal/src/dbm_kv_store_func_test.c b/distributeddatamgr_lite/dbm_kv_store_hal/src/dbm_kv_store_func_test.c index 2b8a2b1ab..05d380c7f 100644 --- a/distributeddatamgr_lite/dbm_kv_store_hal/src/dbm_kv_store_func_test.c +++ b/distributeddatamgr_lite/dbm_kv_store_hal/src/dbm_kv_store_func_test.c @@ -20,10 +20,10 @@ #include "dbm_kv_store.h" #include "dbm_config.h" -#define MAX_KEY_LEN_TEST 32 +#define MAX_KEY_LEN_TEST 32 #define MAX_VALUE_LEN_TEST 512 -#define MAX_KEY_NUM_TEST 45 -#define INVALID_KEY_NUM 55 +#define MAX_KEY_NUM_TEST 45 +#define INVALID_KEY_NUM 55 #define STORE_FULL_PATH "" static KVStoreHandle g_KVStoreHandle = NULL; @@ -248,7 +248,6 @@ LITE_TEST_CASE(DBMKvStoreFuncTestSuite, testKvStoreSetValue001, Function | Mediu */ LITE_TEST_CASE(DBMKvStoreFuncTestSuite, testKvStoreSetValue002, Function | MediumTest | Level1) { - printf("----------2 case \n"); int status; char key[] = "rw.sys.version_100"; struct { -- GitLab