1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

update utest

This commit is contained in:
winlin 2014-07-09 12:51:21 +08:00
parent 7027a125f0
commit 2c3cb73ad6

View file

@ -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());
}