mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 921604 - Fix trickle unittests for machines with multiple addresses r=abr
This commit is contained in:
parent
08af8593d1
commit
1ef573a7de
@ -2629,7 +2629,7 @@ TEST_F(SignalingAgentTest, CreateOfferSetLocalTrickleTestServer) {
|
||||
PR_Sleep(1000); // Give time for the message queues.
|
||||
|
||||
// Verify that we got our candidates.
|
||||
ASSERT_EQ(2U, agent(0)->MatchingCandidates(kBogusSrflxAddress));
|
||||
ASSERT_LE(2U, agent(0)->MatchingCandidates(kBogusSrflxAddress));
|
||||
|
||||
// Verify that the candidates appear in the offer.
|
||||
size_t match;
|
||||
|
Loading…
Reference in New Issue
Block a user