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 06222c75e3ce5c35e22afab42927daa23b6d1d34..b83a4529f0f90760217ddd3e34913fd63181f0b0 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 aae7cf5ada176742800e6ec23023a473e94fa46e..97829187feeeb850d53cad9681759691ff2ba3f7 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') })