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

Unified Diff: media/ffmpeg/ffmpeg_unittest.cc

Issue 6537022: Move media library path resolution into Chrome path provider. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: And again, this time with working tests... Created 9 years, 10 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/ffmpeg/ffmpeg_unittest.cc
diff --git a/media/ffmpeg/ffmpeg_unittest.cc b/media/ffmpeg/ffmpeg_unittest.cc
index d6eebe2c9731f7784613fe449da21bfdd9b8db1d..80d7afd2c158a312c06ea834a781130e16949951 100644
--- a/media/ffmpeg/ffmpeg_unittest.cc
+++ b/media/ffmpeg/ffmpeg_unittest.cc
@@ -400,7 +400,8 @@ class FFmpegTest : public testing::TestWithParam<const char*> {
FilePath path;
PathService::Get(base::DIR_MODULE, &path);
- EXPECT_TRUE(InitializeMediaLibrary(path))
+ InitializeMediaLibrary(path);
+ EXPECT_TRUE(IsMediaLibraryInitialized())
<< "Could not initialize media library.";
avcodec_init();

Powered by Google App Engine
This is Rietveld 408576698