Corrected unit test for src/event.c.
This commit is contained in:
@@ -972,7 +972,7 @@ void testBaseEventState(
|
|||||||
void testEventEventState(
|
void testEventEventState(
|
||||||
Test * pTest)
|
Test * pTest)
|
||||||
{
|
{
|
||||||
uint8_t buffer[1000];
|
uint8_t buffer[MAX_APDU];
|
||||||
int inLen;
|
int inLen;
|
||||||
int outLen;
|
int outLen;
|
||||||
BACNET_CHARACTER_STRING messageText;
|
BACNET_CHARACTER_STRING messageText;
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
LOGFILE = test.log
|
LOGFILE = test.log
|
||||||
|
|
||||||
all: abort address arf awf bacapp bacdcode bacerror bacint \
|
all: abort address arf awf bacapp bacdcode bacerror bacint \
|
||||||
bacstr cov crc datetime dcc event fifo filename iam ihave \
|
bacstr cov crc datetime dcc fifo filename iam ihave \
|
||||||
indtext keylist key lso mstp npdu rd reject ringbuf rp \
|
indtext keylist key lso npdu rd reject ringbuf rp \
|
||||||
rpm sbuf timesync whohas whois wp
|
rpm sbuf timesync whohas whois wp event
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm ${LOGFILE}
|
rm ${LOGFILE}
|
||||||
|
|||||||
Reference in New Issue
Block a user