commit | a9ba4503397b41a12e57bbf8f70441ebfcf54ed1 | [log] [tgz] |
---|---|---|
author | Philipp Hancke <philipp.hancke@googlemail.com> | Mon Mar 22 13:22:54 2021 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Mar 23 06:29:10 2021 +0000 |
tree | f6eeb5927d621b69801e80845ca1ebb55d694b6a | |
parent | e2ac591c0d43ad7bc398950a6c6f4d4aa05dfa87 [diff] [blame] |
stats: add address as alias for ip this was renamed in https://github.com/w3c/webrtc-pc/issues/1913 and https://github.com/w3c/webrtc-stats/pull/381 Spec: https://w3c.github.io/webrtc-stats/#dom-rtcicecandidatestats-address BUG=chromium:968203 Change-Id: If75849fe1dc87ada6850e7b64aa8569e13baf0d8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212681 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com> Cr-Commit-Position: refs/heads/master@{#33534}
diff --git a/pc/rtc_stats_integrationtest.cc b/pc/rtc_stats_integrationtest.cc index 68dd17b..456ca72 100644 --- a/pc/rtc_stats_integrationtest.cc +++ b/pc/rtc_stats_integrationtest.cc
@@ -528,6 +528,7 @@ verifier.TestMemberIsDefined(candidate.network_type); } verifier.TestMemberIsDefined(candidate.ip); + verifier.TestMemberIsDefined(candidate.address); verifier.TestMemberIsNonNegative<int32_t>(candidate.port); verifier.TestMemberIsDefined(candidate.protocol); verifier.TestMemberIsDefined(candidate.candidate_type);