corrected unit tests

This commit is contained in:
skarg
2005-06-18 23:36:08 +00:00
parent 4a7139066d
commit fb8d423bde
10 changed files with 113 additions and 28 deletions
+1 -19
View File
@@ -42,25 +42,6 @@
#include "tsm.h"
#include "iam.h"
#ifdef TEST
void tsm_free_invoke_id(uint8_t invokeID)
{
// dummy stub for testing
(void)invokeID;
}
void iam_handler(
uint8_t *service_request,
uint16_t service_len,
BACNET_ADDRESS *src)
{
// dummy stub for testing
(void)service_request;
(void)service_len;
(void)src;
}
#endif
// Confirmed Function Handlers
// If they are not set, they are handled by a reject message
static confirmed_function
@@ -360,3 +341,4 @@ void apdu_handler(
}
return;
}