mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Abort flag check in TransferSender test
This commit is contained in:
parent
6a17bf6eb5
commit
f501153c6b
@ -103,6 +103,11 @@ TEST(TransferSender, Basic)
|
||||
Transfer(TX_DEADLINE, 0, 15, TransferTypeServiceResponse, 2, TX_NODE_ID, RX_NODE_ID, "", TYPES[1])
|
||||
};
|
||||
|
||||
/*
|
||||
* Making sure that the abort flag is not used.
|
||||
*/
|
||||
ASSERT_EQ(0, driver.ifaces.at(0).tx.front().flags);
|
||||
|
||||
/*
|
||||
* Receiving on the other side.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user