提交 e5b0063c 编写于 作者: W wangxiaomeng1357

<wangxiaomeng9@huawei.com>

Signed-off-by: Nwangxiaomeng1357 <wangxiaomeng9@huawei.com>
上级 4d972046
/* /*
* Copyright (C) 2021 Huawei Device Co., Ltd. * Copyright (C) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
......
/* /*
* Copyright (C) 2021 Huawei Device Co., Ltd. * Copyright (C) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
...@@ -25,8 +25,8 @@ const STORE_CONFIG = { ...@@ -25,8 +25,8 @@ const STORE_CONFIG = {
const COLOUNM_NAMES = ["id","data1","data2","data3","data4"]; const COLOUNM_NAMES = ["id","data1","data2","data3","data4"];
var rdbStore = undefined; var rdbStore = undefined;
export default function rdbResultSetTest(context) { export default function rdbResultSetTestV9(context) {
describe('rdbResultSetTest', function () { describe('rdbResultSetTestV9', function () {
beforeAll(async function () { beforeAll(async function () {
console.info(TAG + 'beforeAll') console.info(TAG + 'beforeAll')
rdbStore = await dataRdb.getRdbStoreV9(context, STORE_CONFIG, 1); rdbStore = await dataRdb.getRdbStoreV9(context, STORE_CONFIG, 1);
...@@ -84,12 +84,12 @@ describe('rdbResultSetTest', function () { ...@@ -84,12 +84,12 @@ describe('rdbResultSetTest', function () {
} }
/** /**
* @tc.name resultSet getBlob normal test * @tc.name resultSetV9 getBlob normal test
* @tc.number SUB_DDM_AppDataFWK_JSRDB_ResultSet_0010 * @tc.number SUB_DDM_RELATIONALETS_RESULTSETV9_0010
* @tc.desc resultSet getBlob normal test * @tc.desc resultSetV9 getBlob normal test
*/ */
it('testGetBlob0001', 0, async function (done) { it('SUB_DDM_RELATIONALETS_RESULTSETV9_0010', 0, async function (done) {
console.info(TAG + '************* testGetBlob0001 start *************'); console.info(TAG + '************* SUB_DDM_RELATIONALETS_RESULTSETV9_0010 start *************');
let predicates = await new dataRdb.RdbPredicatesV9('test') let predicates = await new dataRdb.RdbPredicatesV9('test')
let resultSetV9 = await rdbStore.query(predicates) let resultSetV9 = await rdbStore.query(predicates)
try { try {
...@@ -109,7 +109,7 @@ describe('rdbResultSetTest', function () { ...@@ -109,7 +109,7 @@ describe('rdbResultSetTest', function () {
} }
resultSetV9 = null resultSetV9 = null
done(); done();
console.info(TAG + '************* testGetBlob0001 end *************'); console.info(TAG + '************* SUB_DDM_RELATIONALETS_RESULTSETV9_0010 end *************');
}) })
console.info(TAG + '*************Unit Test End*************'); console.info(TAG + '*************Unit Test End*************');
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册