Commit b0f59fc5 authored by scherkus's avatar scherkus Committed by Commit bot

Add missing expectation for BasicPlayback_VP8_WebVTT_WebM test.

The gmock log spam was annoying.

Review URL: https://codereview.chromium.org/535253002

Cr-Commit-Position: refs/heads/master@{#293194}
parent c018ddc1
...@@ -1493,8 +1493,8 @@ TEST_F(PipelineIntegrationTest, BasicPlayback_VP9_Odd_WebM) { ...@@ -1493,8 +1493,8 @@ TEST_F(PipelineIntegrationTest, BasicPlayback_VP9_Odd_WebM) {
} }
// Verify that VP8 video with inband text track can be played back. // Verify that VP8 video with inband text track can be played back.
TEST_F(PipelineIntegrationTest, TEST_F(PipelineIntegrationTest, BasicPlayback_VP8_WebVTT_WebM) {
BasicPlayback_VP8_WebVTT_WebM) { EXPECT_CALL(*this, OnAddTextTrack(_, _));
ASSERT_TRUE(Start(GetTestDataFilePath("bear-vp8-webvtt.webm"), ASSERT_TRUE(Start(GetTestDataFilePath("bear-vp8-webvtt.webm"),
PIPELINE_OK)); PIPELINE_OK));
Play(); Play();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment