提交 334408a7 编写于 作者: S SloveZT 提交者: Gitee

update distributeddatamgr_lite/dbm_kv_store_hal/src/dbm_kv_store_func_test.c.

上级 ad7521bf
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
#include "dbm_kv_store.h" #include "dbm_kv_store.h"
#include "dbm_config.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_VALUE_LEN_TEST 512
#define MAX_KEY_NUM_TEST 45 #define MAX_KEY_NUM_TEST 45
#define INVALID_KEY_NUM 55 #define INVALID_KEY_NUM 55
#define STORE_FULL_PATH "" #define STORE_FULL_PATH ""
static KVStoreHandle g_KVStoreHandle = NULL; static KVStoreHandle g_KVStoreHandle = NULL;
...@@ -248,7 +248,6 @@ LITE_TEST_CASE(DBMKvStoreFuncTestSuite, testKvStoreSetValue001, Function | Mediu ...@@ -248,7 +248,6 @@ LITE_TEST_CASE(DBMKvStoreFuncTestSuite, testKvStoreSetValue001, Function | Mediu
*/ */
LITE_TEST_CASE(DBMKvStoreFuncTestSuite, testKvStoreSetValue002, Function | MediumTest | Level1) LITE_TEST_CASE(DBMKvStoreFuncTestSuite, testKvStoreSetValue002, Function | MediumTest | Level1)
{ {
printf("----------2 case \n");
int status; int status;
char key[] = "rw.sys.version_100"; char key[] = "rw.sys.version_100";
struct { struct {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册