commit | 313a10eceff1f9db0ac38081853722f7a4d91093 | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Mon Nov 18 07:53:12 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 18 07:31:24 2019 +0000 |
tree | 4e4328317dd90099508e567f71ef18870aa13e42 | |
parent | 39bab5afb51a40f77fdaab1ea38b9136acae9035 [diff] |
p2p_transport_channel_unittest : put frequently used checks into functions. this patch is puts frequently used check into a set of Check-functions. the behavior of p2p_transport_channel_unittest is almost unchanged, the minor change is that when waiting for connection between specific addresses it waits and does not assume that a particular set of local/remote addresses will be selected first. the patch also changes a few EXPECT_ to ASSERT_ since the tests are not useful where the first EXPECT fails. BUG=webrtc:10647 Change-Id: Iddcc3c88114db80576e9ebc500572a00dbafdd84 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159882 Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Reviewed-by: Honghai Zhang <honghaiz@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29812}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.