未验证 提交 a6b23fcb 编写于 作者: O openharmony_ci 提交者: Gitee

!8944 【Distributeddatamgr】【OpenHarmony-3.2-Release】用例number重复

Merge pull request !8944 from yanglifeng/OpenHarmony-3.2-Release
......@@ -153,19 +153,19 @@ describe('FieldNodeTest', function() {
})
/**
* @tc.name SUB_DDM_DKV_FIELDNODE_DEFAULT_0100
* @tc.name SUB_DDM_DKV_FIELDNODE_DEFAULT_0200
* @tc.desc Test Js Api FieldNode.nullable testcase 001
* @tc.type: FUNC
* @tc.number: SUB_DDM_DKV_FIELDNODE_NULLABLE_0100
* @tc.number: SUB_DDM_DKV_FIELDNODE_DEFAULT_0200
*/
it('SUB_DDM_DKV_FIELDNODE_DEFAULT_0100', 0, async function(done) {
it('SUB_DDM_DKV_FIELDNODE_DEFAULT_0200', 0, async function(done) {
try {
let node = new ddm.FieldNode('first');
node.nullable = false;
console.info('nullable = ' + node.nullable);
expect(node.nullable === false).assertTrue()
} catch (e) {
console.info("SUB_DDM_DKV_FIELDNODE_DEFAULT_0100 fail on exception: " + e);
console.info("SUB_DDM_DKV_FIELDNODE_DEFAULT_0200 fail on exception: " + e);
}
done();
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册