- Timestamp:
- Jan 13, 2010 1:09:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/src/pjlib-util-test/resolver_test.c
r2407 r3057 814 814 * in STATE_ACTIVE state 815 815 */ 816 pj_assert( g_server[0].pkt_count == 1);817 pj_assert(g_server[1].pkt_count == 0);816 pj_assert((g_server[0].pkt_count == 1 && g_server[1].pkt_count == 0) || 817 (g_server[1].pkt_count == 1 && g_server[0].pkt_count == 0)); 818 818 819 819 /* Wait to allow probing period to complete */
Note: See TracChangeset
for help on using the changeset viewer.