mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update utest
This commit is contained in:
parent
7027a125f0
commit
2c3cb73ad6
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ VOID TEST(ProtocolStackTest, ProtocolBytes)
|
|||
EXPECT_TRUE(0 == proto.get_send_bytes());
|
||||
|
||||
SrsConnectAppPacket* pkt = new SrsConnectAppPacket();
|
||||
proto.send_and_free_packet(pkt, 0);
|
||||
EXPECT_TRUE(ERROR_SUCCESS == proto.send_and_free_packet(pkt, 0));
|
||||
EXPECT_TRUE(0 < proto.get_send_bytes());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue