Abort flag check in TransferSender test

This commit is contained in:
Pavel Kirienko 2015-07-03 10:45:28 +03:00
parent 6a17bf6eb5
commit f501153c6b

View File

@ -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.
*/