提交 716c272d 编写于 作者: H hekun

delete the repeat case

Signed-off-by: Nhekun <hekun18@huawei.com>
上级 9ff621c1
...@@ -191,27 +191,6 @@ export default function stateManagementGetSharedJsunit() { ...@@ -191,27 +191,6 @@ export default function stateManagementGetSharedJsunit() {
} }
}); });
/*
* @tc.number SUB_ACE_BASIC_ETS_API_0007
* @tc.name test_setAndLink_0001
* @tc.desc bind localStorage
*/
it('test_setAndLink_0001', 0, async function (done) {
console.info('test_setAndLink_0001 START');
await Utils.sleep(2000);
try {
let storage = new LocalStorage()
storage.setAndLink<string>('storageSimpleProp', '121');
let size = storage.size()
expect(size == 1).assertTrue();
done();
} catch (err) {
console.info("test_setAndLink_0001 err : " + JSON.stringify(err));
expect().assertFail();
done();
}
});
/* /*
* @tc.number SUB_ACE_BASIC_ETS_API_0008 * @tc.number SUB_ACE_BASIC_ETS_API_0008
* @tc.name test_setAndProp_0002 * @tc.name test_setAndProp_0002
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册