提交 51dfedee 编写于 作者: Y yanglifeng1217

<modified>

Signed-off-by: Nyanglifeng1217 <yanglifeng5@huawei.com>
上级 979060cf
...@@ -727,8 +727,8 @@ describe('objectStoreTestV9', function () { ...@@ -727,8 +727,8 @@ describe('objectStoreTestV9', function () {
* @tc.type: FUNC * @tc.type: FUNC
* @tc.number: SUB_DDM_AppDataFWK_Object_Api9_NumberAbnormal_0200 * @tc.number: SUB_DDM_AppDataFWK_Object_Api9_NumberAbnormal_0200
*/ */
it('SUB_DDM_AppDataFWK_Object_Api9_NumberAbnormal_0100', 0, async function (done) { it('SUB_DDM_AppDataFWK_Object_Api9_NumberAbnormal_0200', 0, async function (done) {
console.info(TAG + "************* SUB_DDM_AppDataFWK_Object_Api9_NumberAbnormal_0100 start *************"); console.info(TAG + "************* SUB_DDM_AppDataFWK_Object_Api9_NumberAbnormal_0200 start *************");
try { try {
let g_object; let g_object;
let abnValue = 0.02; let abnValue = 0.02;
...@@ -738,7 +738,7 @@ describe('objectStoreTestV9', function () { ...@@ -738,7 +738,7 @@ describe('objectStoreTestV9', function () {
} catch (error) { } catch (error) {
console.info(error.code + error.message); console.info(error.code + error.message);
} }
console.info(TAG + "************* SUB_DDM_AppDataFWK_Object_Api9_NumberAbnormal_0100 end *************"); console.info(TAG + "************* SUB_DDM_AppDataFWK_Object_Api9_NumberAbnormal_0200 end *************");
done(); done();
}) })
console.info(TAG + "*************Unit Test End*************"); console.info(TAG + "*************Unit Test End*************");
......
...@@ -1910,12 +1910,12 @@ describe('queryTest', function() { ...@@ -1910,12 +1910,12 @@ describe('queryTest', function() {
}) })
/** /**
* @tc.number: SUB_DDM_DKV_QUERY_SETSUGGESTINDEX_PROMISE_0100 * @tc.number: SUB_DDM_DKV_QUERY_PREFIXKEY_PROMISE_0400
* @tc.desc: Test Js Api Query.SetSuggestIndex() testcase 001 * @tc.desc: Test Js Api Query.SetSuggestIndex() testcase 001
* @tc.type: FUNC * @tc.type: FUNC
* @tc.name Test Js Api Query.SetSuggestIndex() testcase 001 * @tc.name Test Js Api Query.SetSuggestIndex() testcase 001
*/ */
it('SUB_DDM_DKV_QUERY_PREFIXKEY_PROMISE_0300', 0, async function(done) { it('SUB_DDM_DKV_QUERY_PREFIXKEY_PROMISE_0400', 0, async function(done) {
var query = null; var query = null;
try { try {
query = new ddm.Query(); query = new ddm.Query();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册