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

Unified Diff: src/platform/update_engine/extent_writer_unittest.cc

Issue 1819002: AU: delta compress the kernel partition (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: fixes for review Created 10 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
Index: src/platform/update_engine/extent_writer_unittest.cc
diff --git a/src/platform/update_engine/extent_writer_unittest.cc b/src/platform/update_engine/extent_writer_unittest.cc
index 484d0699c9541e6505e6aa3d8bedd3b891e9ca37..f0f5f7a644fde3475129ed56f622b2eec4330246 100644
--- a/src/platform/update_engine/extent_writer_unittest.cc
+++ b/src/platform/update_engine/extent_writer_unittest.cc
@@ -237,7 +237,7 @@ TEST_F(ExtentWriterTest, SparseFileTest) {
EXPECT_TRUE(direct_writer.End());
// check file size, then data inside
- ASSERT_EQ(2 * kBlockSize, FileSize(path()));
+ ASSERT_EQ(2 * kBlockSize, utils::FileSize(path()));
vector<char> resultant_data;
EXPECT_TRUE(utils::ReadFile(path(), &resultant_data));
« no previous file with comments | « src/platform/update_engine/download_action_unittest.cc ('k') | src/platform/update_engine/generate_delta_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698