Chromium Code Reviews
DescriptionFix expectation bug in the RTPSender unit test.
The current expectation for InsertPacket(...) uses WillRepeatedly, which accepts if the function is called zero or more times. This CL changes this to either a fixed number of calls, or at least a positive number of calls.
Committed: https://crrev.com/5d332ac8ffc1ff8efb35abd12b913ec495873494
Cr-Commit-Position: refs/heads/master@{#11256}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use default action instead of WillOnce/WillRepeatedly #Messages
Total messages: 10 (3 generated)
|