зеркало из https://github.com/mozilla/gecko-dev.git
Bug 921604 - Fix trickle unittests for machines with multiple addresses r=abr
This commit is contained in:
Родитель
be7fda3cac
Коммит
28ce102e48
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче