Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: media/test/pipeline_integration_test.cc

Issue 2440563004: Switch to using an explicit ended signal instead of time comparison. (Closed)
Patch Set: Fix ended event in ARI. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/test/pipeline_integration_test.cc
diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
index 24895905b07e2ec73d04a1e7d642b297571770cd..477803f9e3c18dc091c380104178edbba1f9a4e8 100644
--- a/media/test/pipeline_integration_test.cc
+++ b/media/test/pipeline_integration_test.cc
@@ -1149,7 +1149,7 @@ TEST_F(PipelineIntegrationTest, BasicPlaybackLive) {
// Live stream does not have duration in the initialization segment.
// It will be set after the entire file is available.
- EXPECT_CALL(*this, OnDurationChange()).Times(1);
+ EXPECT_CALL(*this, OnDurationChange()).Times(AtLeast(1));
Play();

Powered by Google App Engine
This is Rietveld 408576698