Fixed unit test checking for unknown property. Added reliability property to binary-value ReadProperty.

This commit is contained in:
Steve Karg
2024-04-04 12:26:14 -05:00
parent d1f92cbb8f
commit b8201dad26
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ int bacnet_object_property_read_test(BACNET_READ_PROPERTY_DATA *rpdata,
} else if (read_len == 0) {
/* empty response is valid for some properties */
} else {
zassert_not_equal(len, BACNET_STATUS_ERROR,
zassert_not_equal(read_len, BACNET_STATUS_ERROR,
"property '%s': failed to read!\n",
bactext_property_name(rpdata->object_property));
}