Fix file size in EncryptedPlayback test.

- The binary file bear-320x240-encrypted.webm was updated but the
  the size for the MockMediaSource was the old file.

BUG=132801
TEST=media_unittests


Review URL: https://chromiumcodereview.appspot.com/10790147

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148250 0039d316-1c4b-4281-b951-d872f2087c98
parent 48608c31
......@@ -286,7 +286,7 @@ TEST_F(PipelineIntegrationTest, BasicPlayback_MediaSource) {
// 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) {
MockMediaSource source("bear-320x240-encrypted.webm", 219726, true, true);
MockMediaSource source("bear-320x240-encrypted.webm", 220730, true, true);
FakeDecryptorClient encrypted_media;
StartPipelineWithEncryptedMedia(&source, &encrypted_media);
......
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