| Index: chrome/browser/chromeos/drive/file_cache_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_cache_unittest.cc b/chrome/browser/chromeos/drive/file_cache_unittest.cc
|
| index 7cfa157cdb55d6b131f20dc7816d8e3b68ceadeb..56967ef0a7366056a1a4749d41955a04fe135013 100644
|
| --- a/chrome/browser/chromeos/drive/file_cache_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/file_cache_unittest.cc
|
| @@ -351,6 +351,10 @@ TEST_F(FileCacheTestOnUIThread, StoreToCacheSimple) {
|
| // Verify that there's only one file with name <id>, i.e. previously
|
| // cached file with the different md5 should be deleted.
|
| EXPECT_EQ(1U, CountCacheFiles(id, md5));
|
| +
|
| + // Passing empty MD5 marks the entry as dirty.
|
| + TestStoreToCache(id, std::string(), dummy_file_path_, FILE_ERROR_OK,
|
| + TEST_CACHE_STATE_PRESENT | TEST_CACHE_STATE_DIRTY);
|
| }
|
|
|
| TEST_F(FileCacheTestOnUIThread, RemoveFromCacheSimple) {
|
|
|