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
parent 08af8593d1
commit 1ef573a7de

View File

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