commit | ff52f1b91ed86b83a550d62b0db46a1d0c563e97 | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Thu Oct 26 12:24:50 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 06 19:22:37 2017 +0000 |
tree | 5494232f068ec81f29d7f5b355265894fa490b95 | |
parent | 12251b63865a0d60596c65b904240719aa7f602f [diff] |
Fix flake in AddMediaToConnectedBundleDoesNotRestartIce test EXPECT_EQ(0u, caller()->ice_connection_state_history().size()); Was failing since it cleared the connection state history before the caller had finished transitioning to Completed, so the initial transitions would be mistaken for later transitions. Bug: None Change-Id: I7043638f077ac5dcaeeca0d3ea6accc93c920364 Reviewed-on: https://webrtc-review.googlesource.com/16261 Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Commit-Queue: Peter Thatcher <pthatcher@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20570}
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.