提交 a1139419 编写于 作者: L liangzhenyu123

<liangzhenyu6@huawei.com>

Signed-off-by: Nliangzhenyu123 <liangzhenyu6@huawei.com>
上级 450d90a7
......@@ -34,7 +34,7 @@ var i = 1;
var rdbStore = undefined;
describe('rdbStoreInsertTest', function () {
describe('rdbstoreChangeEncryptKeyTest', function () {
beforeAll(async function () {
console.info(TAG + 'beforeAll')
})
......
......@@ -25,7 +25,7 @@ const STORE_CONFIG = {
var rdbStore = undefined;
describe('rdbStoreInsertTest', function () {
describe('rdbstoreInsertTest', function () {
beforeAll(async function () {
console.info(TAG + 'beforeAll')
rdbStore = await dataRdb.getRdbStore(STORE_CONFIG, 1);
......
......@@ -23,7 +23,7 @@ const STORE_CONFIG = {
}
var rdbStore = undefined;
describe('rdbStoreInsertTest', function () {
describe('rdbstoreStoreExcuteSqlTest', function () {
beforeAll(async function () {
console.info(TAG + 'beforeAll')
rdbStore = await dataRdb.getRdbStore(STORE_CONFIG, 1);
......
......@@ -25,7 +25,7 @@ const STORE_CONFIG = {
var rdbStore = undefined;
describe('rdbStoreInsertTest', function () {
describe('rdbstoreTransactionTest', function () {
beforeAll(function () {
console.info(TAG + 'beforeAll')
})
......
......@@ -23,7 +23,7 @@ const KEY_TEST_BOOLEAN_ELEMENT = 'key_test_boolean';
const KEY_TEST_STRING_ELEMENT = 'key_test_string';
var mPref;
describe('storageTest', function () {
describe('storageCallBackTest', function () {
beforeAll(function () {
console.info('beforeAll')
mPref = storage.getStorageSync(PATH);
......
......@@ -19,7 +19,7 @@ import storage from '@ohos.data.storage'
const PATH = '/data/storage/el2/database/test_storage';
var mPref;
describe('storageTest_storage3', function () {
describe('storageHelperTest', function () {
beforeAll(function () {
console.info('beforeAll')
mPref = storage.getStorageSync(PATH);
......
......@@ -25,7 +25,7 @@ const MAX_KEY_LENGTH = 'X'.repeat(32)
const MAX_VALUE_LENGTH = 'y'.repeat(8191)
var mPref;
describe('storageTest', function () {
describe('storagePromiseTest', function () {
beforeAll(async function () {
console.info('beforeAll')
const promise = storage.getStorage(PATH);
......
......@@ -24,7 +24,7 @@ const KEY_TEST_STRING_ELEMENT = 'key_test_string';
var mPref;
describe('storageTest', function () {
describe('storageSyncTest', function () {
beforeAll(function() {
console.info('beforeAll')
mPref = storage.getStorageSync(PATH);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册