Index: webrtc/modules/audio_coding/neteq/neteq_unittest.cc |
diff --git a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc |
index 0c430247996557d3623595478acfdce3bcf36573..8a560dc200a4f2923d2b1622859a239c8c180db7 100644 |
--- a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc |
+++ b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc |
@@ -406,6 +406,8 @@ void NetEqDecodingTest::DecodeAndCompare(const std::string& rtp_file, |
ASSERT_EQ(0, neteq_->NetworkStatistics(&network_stats)); |
ASSERT_NO_FATAL_FAILURE( |
network_stat_files.ProcessReference(network_stats)); |
+ // Compare with CurrentDelay, which should be identical. |
+ EXPECT_EQ(network_stats.current_buffer_size_ms, neteq_->CurrentDelayMs()); |
// Process RTCPstat. |
RtcpStatistics rtcp_stats; |