Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix acknowledgeAlarm integration test #18

Open
Apollon77 opened this issue May 22, 2020 · 0 comments
Open

Fix acknowledgeAlarm integration test #18

Apollon77 opened this issue May 22, 2020 · 0 comments
Labels

Comments

@Apollon77
Copy link
Collaborator

  1. bacnet - acknowledgeAlarm integration
    should return a timeout error if no device is available:

    Uncaught AssertionError: expected 'BacnetError - Class:5 - Code:67' to deeply equal 'ERR_TIMEOUT'

    • expected - actual

    -BacnetError - Class:5 - Code:67
    +ERR_TIMEOUT

    at /Volumes/Dev/GitHub/node-bacstack/test/integration/acknowledge-alarm.spec.js:12:32
    at /Volumes/Dev/GitHub/node-bacstack/lib/client.js:510:1529
    at _invokeStore. (lib/client.js:42:491)
    at Client._invokeCallback (lib/client.js:37:222)
    at Client._processError (lib/client.js:55:640)
    at Client._handlePdu (lib/client.js:116:1807)
    at Client._handleNpdu (lib/client.js:126:1001)
    at Client._receiveData (lib/client.js:143:240)
    at Socket. (lib/transport.js:3:633)
    at UDP.onMessage [as onmessage] (dgram.js:924:8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants