未验证 提交 d585c3b8 编写于 作者: O openharmony_ci 提交者: Gitee

!2752 【Distributeddatamgr】【Release】DeviceKvStoreCallbackJsunit.test.js,...

!2752 【Distributeddatamgr】【Release】DeviceKvStoreCallbackJsunit.test.js, DataAbilityPredicatesJsunit.test.js 文件修改
Merge pull request !2752 from 杨立峰/OpenHarmony-3.1-Release
......@@ -16,7 +16,7 @@ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '
import dataRdb from '@ohos.data.rdb';
import dataAbility from '@ohos.data.dataAbility';
const TAG = "[RDB_JSKITS _TEST]"
const TAG = '[RDB_JSKITS _TEST]'
const CREATE_TABLE_ALL_DATA_TYPE_SQL = "CREATE TABLE IF NOT EXISTS AllDataType "
+ "(id INTEGER PRIMARY KEY AUTOINCREMENT, "
+ "integerValue INTEGER , longValue INTEGER , shortValue INTEGER , booleanValue INTEGER , "
......
......@@ -42,7 +42,7 @@ function sleep(ms) {
function putBatchString(len, prefix) {
let entries = [];
for (var i = 0; i < len; i++) {
for (let i = 0; i < len; i++) {
var entry = {
key : prefix + i,
value : {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册