Home
last modified time | relevance | path

Searched refs:TABLE_NAME_4 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_cloud_schema_mgr_test.cpp38 constexpr auto TABLE_NAME_4 = "tableName4"; variable
136 .name = TABLE_NAME_4,
201 .name = TABLE_NAME_4,
490 EXPECT_EQ(g_schemaMgr->ChkSchema(TABLE_NAME_4, localSchema), -E_SCHEMA_MISMATCH);
612 table.SetTableName(TABLE_NAME_4);
621 EXPECT_EQ(g_schemaMgr->ChkSchema(TABLE_NAME_4, localSchema), E_OK);
629 … EXPECT_EQ(g_schemaMgr->ChkSchema(TABLE_NAME_4, localSchemaWithAssetPrimary), -E_SCHEMA_MISMATCH);