Chromium Code Reviews| Index: media/filters/pipeline_integration_test.cc |
| diff --git a/media/filters/pipeline_integration_test.cc b/media/filters/pipeline_integration_test.cc |
| index b36397dc45a7fe94aaaf122e456f0e7d945b4e5f..57f1483b1909b8a469acab98c115962dc7ad5e67 100644 |
| --- a/media/filters/pipeline_integration_test.cc |
| +++ b/media/filters/pipeline_integration_test.cc |
| @@ -283,6 +283,13 @@ TEST_F(PipelineIntegrationTest, BasicPlayback_MediaSource) { |
| Stop(); |
| } |
| +TEST_F(PipelineIntegrationTest, BasicPlayback_16x9AspectRatio) { |
| + ASSERT_TRUE(Start(GetTestDataURL("bear-320x240-16x9-aspect.webm"), |
|
Ami GONE FROM CHROMIUM
2012/08/01 21:05:13
Did you forget to add this file to the CL?
acolwell GONE FROM CHROMIUM
2012/08/01 23:20:45
No. Since I have to land it separately I just left
|
| + PIPELINE_OK)); |
| + Play(); |
| + ASSERT_TRUE(WaitUntilOnEnded()); |
| +} |
| + |
| // TODO(fgalligan): Enable test when encrypted test data is updated and new |
| // decryption code is landed. http://crbug.com/132801 |
| TEST_F(PipelineIntegrationTest, DISABLED_EncryptedPlayback) { |