Bug 921604 - Fix trickle unittests for machines with multiple addresses r=abr

This commit is contained in:
Ethan Hugg 2013-09-27 13:23:15 -07:00
Родитель be7fda3cac
Коммит 28ce102e48
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;