提交 696a3788 编写于 作者: O openharmony_ci 提交者: Gitee

!225 格式调整,测试构建

Merge pull request !225 from SloveZT/master
...@@ -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.
先完成此消息的编辑!
想要评论请 注册