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

Unified Diff: chrome/utility/media_galleries/picasa_album_table_reader_unittest.cc

Issue 23499006: Media Galleries API Picasa: Add file watch to invalidate database data on disk write. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: chrome/utility/media_galleries/picasa_album_table_reader_unittest.cc
diff --git a/chrome/utility/media_galleries/picasa_album_table_reader_unittest.cc b/chrome/utility/media_galleries/picasa_album_table_reader_unittest.cc
index fe9b828c7ab99d8693164d91446d24448a4bbb71..fb45dbf569a5f9fb3f4553928d17d00060514833 100644
--- a/chrome/utility/media_galleries/picasa_album_table_reader_unittest.cc
+++ b/chrome/utility/media_galleries/picasa_album_table_reader_unittest.cc
@@ -13,7 +13,7 @@ namespace {
TEST(PicasaAlbumTableReaderTest, FoldersAndAlbums) {
PmpTestHelper test_helper(kPicasaAlbumTableName);
- ASSERT_TRUE(test_helper.Init());
+ ASSERT_TRUE(test_helper.Init(PmpTestHelper::DATABASE_DIRECTORY));
int test_time_delta = 100;
@@ -65,7 +65,7 @@ TEST(PicasaAlbumTableReaderTest, FoldersAndAlbums) {
ASSERT_TRUE(test_helper.WriteColumnFileFromVector(
"uid", PMP_TYPE_STRING, uid_vector));
- AlbumTableFiles album_table_files(test_helper.GetTempDirPath());
+ AlbumTableFiles album_table_files(test_helper.GetDatabaseDirPath());
PicasaAlbumTableReader reader(album_table_files);
ASSERT_TRUE(reader.Init());
« no previous file with comments | « chrome/common/media_galleries/pmp_test_helper.cc ('k') | chrome/utility/media_galleries/pmp_column_reader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698