Fix tests: (#314)
- misprint in ports/zephyr/bip-init.c - error processing PROP_TRACKING_VALUE for the Color Temperature object in src/bacnet/bacapp.c - misprint MSV test - add hostnport.c for each zephyr tests - fix colors and ms-input tests - remove mocking Device_Inc_Database_Revision() for zephyr tests - debug the color temperature test
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
/**
|
||||
* @brief Test
|
||||
*/
|
||||
static void testMultistateInput(void)
|
||||
static void testMultistateValue(void)
|
||||
{
|
||||
uint8_t apdu[MAX_APDU] = { 0 };
|
||||
int len = 0;
|
||||
@@ -54,7 +54,7 @@ static void testMultistateInput(void)
|
||||
void test_main(void)
|
||||
{
|
||||
ztest_test_suite(msv_tests,
|
||||
ztest_unit_test(testMultistateInput)
|
||||
ztest_unit_test(testMultistateValue)
|
||||
);
|
||||
|
||||
ztest_run_test_suite(msv_tests);
|
||||
|
||||
Reference in New Issue
Block a user