Closed grahamreeds closed 8 years ago
Just upgraded my development installation to v4.4.1 and all tests now pass. The question remains, why do the client-core tests pass but the server-core fail despite looking very similar?
(My background is C++ not JS.)
1) Modbus Server Core Tests. Exception Tests. should answer with 0x8x status code due to missing handler.: TypeError: Object �� has no method 'compare' at resp (test/modbus-server-core.test.js:22:39) at Object.
(src/modbus-server-core.js:51:17) at Context. (test/modbus-server-core.test.js:28:18)
The compare method is not used in the client tests. Must be something with the Put Module and the node version i guess.
...but all tests in modbus-client-core.test.js pass.
I am running Ubuntu 14.04 LTS with node v0.10.25 and npm 1.3.10.
I am thinking the version of node might be too low but as this is an industrial unit we can't change it.