Skip to content
代码片段 群组 项目
提交 c471b24b 编辑于 作者: Timotej Ecimovic's avatar Timotej Ecimovic
浏览文件

Adjust loaded quantities of ZCL entities to removal of some green power stuff.

上级 1e97e65a
No related branches found
No related tags found
无相关合并请求
......@@ -64,7 +64,7 @@ test('test zcl data loading in memory', () => {
.then(() => queryZcl.selectAllStructs(db))
.then((x) => expect(x.length).toEqual(50))
.then(() => queryZcl.selectAllBitmaps(db))
.then((x) => expect(x.length).toEqual(121))
.then((x) => expect(x.length).toEqual(120))
.then(() => queryZcl.selectAllDeviceTypes(db))
.then((x) => expect(x.length).toEqual(152))
.then(() => queryGeneric.selectCountFrom(db, 'COMMAND_ARG'))
......@@ -72,11 +72,11 @@ test('test zcl data loading in memory', () => {
.then(() => queryGeneric.selectCountFrom(db, 'COMMAND'))
.then((x) => expect(x).toEqual(560))
.then(() => queryGeneric.selectCountFrom(db, 'ENUM_ITEM'))
.then((x) => expect(x).toEqual(1552))
.then((x) => expect(x).toEqual(1537))
.then(() => queryGeneric.selectCountFrom(db, 'ATTRIBUTE'))
.then((x) => expect(x).toEqual(3416))
.then(() => queryGeneric.selectCountFrom(db, 'BITMAP_FIELD'))
.then((x) => expect(x).toEqual(724))
.then((x) => expect(x).toEqual(721))
.then(() => queryGeneric.selectCountFrom(db, 'STRUCT_ITEM'))
.then((x) => expect(x).toEqual(154))
.then(() =>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册