提交 6bfd5fa7 编写于 作者: O openharmony_ci 提交者: Gitee

!1307 【Distributeddatamgr】【Master】用例修改

Merge pull request !1307 from Maowen/master
......@@ -364,17 +364,4 @@ describe('storageTest', function () {
await promise;
done();
})
/**
* @tc.name const test
* @tc.number SUB_DDM_AppDataFWK_JSPreferences_Storage_0150
* @tc.desc const test
*/
it('testConst001', 0, function () {
mPref = storage.getStorageSync(PATH);
console.info("testConstKEY1 " + mPref.MAX_KEY_LENGTH)
console.info("testConstVALUE1 " + mPref.MAX_VALUE_LENGTH)
expect("80").assertEqual(mPref.MAX_KEY_LENGTH);
expect("8192").assertEqual(mPref.MAX_VALUE_LENGTH);
})
})
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册