提交 611d124c 编写于 作者: Y yanglifeng1217

<modified>

Signed-off-by: Nyanglifeng1217 <yanglifeng5@huawei.com>
上级 3473717d
......@@ -501,7 +501,7 @@ export default function relationalStoreAssetResultSetTest() {
done();
} catch (e) {
console.log(TAG + "testGetAssetUndefined get error" + JSON.stringify(e));
expect(14800000).assertEqual(e.code)
expect('401').assertEqual(e.code)
done();
}
})
......@@ -531,7 +531,7 @@ export default function relationalStoreAssetResultSetTest() {
done();
} catch (e) {
console.log(TAG + "testGetAssetNull get error" + JSON.stringify(e));
expect(14800000).assertEqual(e.code)
expect('401').assertEqual(e.code)
done();
}
})
......
......@@ -1337,7 +1337,7 @@ describe('relationalStoreInsertTest', function () {
console.log(TAG + " ************* InsertWithConflictResolution_0005 end *************");
})
/**
/**
* @tc.name rdb inserttWithConflictResolution test
* @tc.number SUB_DDM_AppDataFWK_JSRDB_InsertWithConflictResolution_0006
* @tc.desc rdb insertWithConflictResolution test
......@@ -1430,9 +1430,8 @@ describe('relationalStoreInsertTest', function () {
}
console.log(TAG + " ************* InsertWithConflictResolution0007 end *************");
})
})
console.info(TAG + " *************Unit Test End*************");
})
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册