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

Unified Diff: chrome/browser/chromeos/drive/file_system_unittest.cc

Issue 15663006: drive: Merge 'persistent' and 'tmp' directories to 'files' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/browser/chromeos/drive/file_system_unittest.cc
diff --git a/chrome/browser/chromeos/drive/file_system_unittest.cc b/chrome/browser/chromeos/drive/file_system_unittest.cc
index 9cecbd5b0b42735230624ee3d3e87a93dbf28d09..12ad41580ce2da1ac1ab8d68c1786e86b37dd1a6 100644
--- a/chrome/browser/chromeos/drive/file_system_unittest.cc
+++ b/chrome/browser/chromeos/drive/file_system_unittest.cc
@@ -687,7 +687,6 @@ TEST_F(FileSystemTest, PinAndUnpin) {
entry->resource_id(), std::string(), &cache_entry));
EXPECT_TRUE(cache_entry.is_pinned());
EXPECT_TRUE(cache_entry.is_present());
- EXPECT_TRUE(cache_entry.is_persistent());
// Unpin the file.
error = FILE_ERROR_FAILED;
@@ -803,7 +802,6 @@ TEST_F(FileSystemTest, OpenAndCloseFile) {
&cache_entry));
EXPECT_TRUE(cache_entry.is_present());
EXPECT_TRUE(cache_entry.is_dirty());
- EXPECT_TRUE(cache_entry.is_persistent());
base::FilePath cache_file_path;
cache_->GetFileOnUIThread(file_resource_id, md5,

Powered by Google App Engine
This is Rietveld 408576698