提交 33397d2c 编写于 作者: S speak-in-a-low-voice

<zhangmaowen@huawei.com>

Signed-off-by: Nspeak-in-a-low-voice <chengyuxi@huawei.com>
上级 23974726
......@@ -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.
先完成此消息的编辑!
想要评论请 注册