Merge "Add tests for DhcpErrorEvent" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
44bb6d00a7
@@ -79,7 +79,7 @@ public final class TcpKeepalivePacketDataTest {
|
||||
assertEquals(testInfo.tos, resultData.ipTos);
|
||||
assertEquals(testInfo.ttl, resultData.ipTtl);
|
||||
|
||||
TestUtils.assertParcelingIsLossless(resultData, TcpKeepalivePacketData.CREATOR);
|
||||
TestUtils.assertParcelingIsLossless(resultData);
|
||||
|
||||
final byte[] packet = resultData.getPacket();
|
||||
// IP version and IHL
|
||||
|
||||
Reference in New Issue
Block a user