From e8668f44c8fe607fb3861fbe78d5cedabac5d07a Mon Sep 17 00:00:00 2001 From: lixinyi Date: Sat, 26 Aug 2023 17:44:24 +0800 Subject: [PATCH] xts_acts_dstributeddatemgr4 Signed-off-by: lixinyi --- .../hap/src/main/js/test/RdbstorePredicatesJoinJsunit.test.js | 2 +- .../main/js/test/RelationalStorePredicatesJoinJsunit.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distributeddatamgr/relationalStoretest/RdbJstest/hap/src/main/js/test/RdbstorePredicatesJoinJsunit.test.js b/distributeddatamgr/relationalStoretest/RdbJstest/hap/src/main/js/test/RdbstorePredicatesJoinJsunit.test.js index 06222c75e..b83a4529f 100644 --- a/distributeddatamgr/relationalStoretest/RdbJstest/hap/src/main/js/test/RdbstorePredicatesJoinJsunit.test.js +++ b/distributeddatamgr/relationalStoretest/RdbJstest/hap/src/main/js/test/RdbstorePredicatesJoinJsunit.test.js @@ -55,7 +55,7 @@ describe('rdbStorePredicatesJoinTest', function () { afterEach(async function () { console.info(TAG + 'afterEach') - await dataRdb.deleteRdbStore("InsertTest.db"); + await dataRdb.deleteRdbStore("RdbJoinTest.db"); rdbStore = null console.info(TAG + 'afterEach end') }) diff --git a/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/js/test/RelationalStorePredicatesJoinJsunit.test.js b/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/js/test/RelationalStorePredicatesJoinJsunit.test.js index aae7cf5ad..97829187f 100644 --- a/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/js/test/RelationalStorePredicatesJoinJsunit.test.js +++ b/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/js/test/RelationalStorePredicatesJoinJsunit.test.js @@ -60,7 +60,7 @@ describe('relationalStorePredicatesJoinTest', function () { afterEach(async function () { console.info(TAG + 'afterEach') - await data_Rdb.deleteRdbStore(context, "InsertTest.db"); + await data_Rdb.deleteRdbStore(context, "RdbJoinTest.db"); rdbStore = null console.info(TAG + 'afterEach end') }) -- GitLab