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

Unified Diff: media/base/container_names_unittest.cc

Issue 2807463003: Simplify checking for MP3 format (Closed)
Patch Set: Simplify Created 3 years, 8 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
« media/base/container_names.cc ('K') | « media/base/container_names.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/container_names_unittest.cc
diff --git a/media/base/container_names_unittest.cc b/media/base/container_names_unittest.cc
index b05632acb63c7010f76ce6b57670ce547afd0c53..488c33ca071fa813de923c93a8233c0b51df44f0 100644
--- a/media/base/container_names_unittest.cc
+++ b/media/base/container_names_unittest.cc
@@ -171,7 +171,10 @@ TEST(ContainerNamesTest, FileCheckWEBM) {
}
TEST(ContainerNamesTest, FileCheckMP3) {
+ TestFile(CONTAINER_MP3, GetTestDataFilePath("bear-audio-10s-CBR-no-TOC.mp3"));
DaleCurtis 2017/04/11 23:35:45 These tests failed before this patch right?
jrummell 2017/04/12 00:18:26 Correct.
+ TestFile(CONTAINER_MP3, GetTestDataFilePath("id3_png_test.mp3"));
TestFile(CONTAINER_MP3, GetTestDataFilePath("id3_test.mp3"));
+ TestFile(CONTAINER_MP3, GetTestDataFilePath("midstream_config_change.mp3"));
TestFile(CONTAINER_MP3, GetTestDataFilePath("sfx.mp3"));
}
« media/base/container_names.cc ('K') | « media/base/container_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698