提交 e8668f44 编写于 作者: L lixinyi

xts_acts_dstributeddatemgr4

Signed-off-by: Nlixinyi <lixinyi38@huawei.com>
上级 211f677e
...@@ -55,7 +55,7 @@ describe('rdbStorePredicatesJoinTest', function () { ...@@ -55,7 +55,7 @@ describe('rdbStorePredicatesJoinTest', function () {
afterEach(async function () { afterEach(async function () {
console.info(TAG + 'afterEach') console.info(TAG + 'afterEach')
await dataRdb.deleteRdbStore("InsertTest.db"); await dataRdb.deleteRdbStore("RdbJoinTest.db");
rdbStore = null rdbStore = null
console.info(TAG + 'afterEach end') console.info(TAG + 'afterEach end')
}) })
......
...@@ -60,7 +60,7 @@ describe('relationalStorePredicatesJoinTest', function () { ...@@ -60,7 +60,7 @@ describe('relationalStorePredicatesJoinTest', function () {
afterEach(async function () { afterEach(async function () {
console.info(TAG + 'afterEach') console.info(TAG + 'afterEach')
await data_Rdb.deleteRdbStore(context, "InsertTest.db"); await data_Rdb.deleteRdbStore(context, "RdbJoinTest.db");
rdbStore = null rdbStore = null
console.info(TAG + 'afterEach end') console.info(TAG + 'afterEach end')
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册